-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathvalues.yaml
241 lines (230 loc) Β· 8.18 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
argoconfig:
application:
# -- Optional annotations to add to all Applications metadata.
annotations: {}
# -- [Argo CD](https://argoproj.github.io/argo-cd/)
# @default -- [example](./examples/argocd.yaml)
argocd:
# -- Enable Argo CD
enabled: false
name: argocd
# -- Annotations for Argo CD app
annotations: {}
destination:
# -- Namespace
namespace: infra-argocd
# -- Repo URL
# @default -- [repo](https://argoproj.github.io/argo-helm)
repoURL: https://argoproj.github.io/argo-helm
# -- Chart
chart: argo-cd
# -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version
targetRevision: 7.7.5
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml)
values: {}
# -- [cert-manager](https://cert-manager.io/)
# @default -- [example](./examples/cert-manager.yaml)
certManager:
# -- Enable cert-manager
enabled: false
name: certmgr
# -- Annotations for cert-manager app
annotations: {}
destination:
# -- Namespace
namespace: infra-certmanager
# -- Repo URL
# @default -- [repo](https://charts.jetstack.io)
repoURL: https://charts.jetstack.io
# -- Chart
chart: cert-manager
# -- [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version
targetRevision: 1.16.2
# -- Helm values
# @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)
values: {}
# -- [cert-manager-issuers](https://cert-manager.io/docs/configuration/)
# @default -- [example](./examples/cert-manager-issuers.yaml)
certManagerIssuers:
# -- Enable cert-manager-issuers app
enabled: false
name: certmgr-issuers
# -- Annotations for cert-manager-issuers app
annotations: {}
destination:
# -- Namespace
namespace: infra-certmanager
# -- Repo URL
# @default -- [repo](https://charts.adfinis.com)
repoURL: https://charts.adfinis.com
# -- Chart
chart: cert-manager-issuers
# -- [cert-manager-issuers Helm chart](https://github.com/adfinis/helm-charts/tree/main/charts/cert-manager-issuers) version
targetRevision: 0.2.*
# -- Helm values
# @default -- [upstream values](https://github.com/adfinis/helm-charts/blob/main/charts/cert-manager-issuers/values.yaml)
values: {}
# -- [cert-manager-monitoring](https://cert-manager.io/docs/configuration/)
# @default -- [example](./examples/cert-manager-monitoring.yaml)
certManagerMonitoring:
# -- Enable cert-manager-monitoring
enabled: false
name: certmgr-monitoring
# -- Annotations for cert-manager-monitoring app
annotations: {}
destination:
# -- Namespace
namespace: infra-certmanager
# -- Repo URL
# @default -- [repo](https://charts.adfinis.com)
repoURL: https://charts.adfinis.com
# -- Chart
chart: cert-manager-monitoring
# -- [cert-manager-monitoring Helm chart](https://github.com/adfinis/helm-charts/tree/main/charts/cert-manager-monitoring) version
targetRevision: 0.1.*
# -- Helm values
# @default -- [upstream values](https://github.com/adfinis/helm-charts/blob/main/charts/cert-manager-monitoring/values.yaml)
values: {}
# -- [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
# @default -- [example](./examples/nginx-ingress.yaml)
ingressNginx:
# -- Configure nginx-ingress
enabled: false
name: ingress
# -- Annotations for nginx-ingress app
annotations: {}
destination:
# -- Namespace
namespace: infra-ingress
# -- Repo URL
# @default -- [repo](https://kubernetes.github.io/ingress-nginx)
repoURL: https://kubernetes.github.io/ingress-nginx
# -- Chart
chart: ingress-nginx
# -- [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version
targetRevision: 4.11.2
# -- Helm values
# @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml)
values: {}
# -- [prometheus-operator](https://github.com/coreos/prometheus-operator)
# @default -- [example](./examples/prometheus.yaml)
kubePrometheusStack:
# -- Enable prometheus-operator
enabled: false
name: monitoring
# -- Annotations for prometheus-operator app
annotations: {}
destination:
# -- Namespace
namespace: infra-monitoring
# -- Repo URL
# @default -- [repo](https://prometheus-community.github.io/helm-charts)
repoURL: https://prometheus-community.github.io/helm-charts
# -- Chart
chart: kube-prometheus-stack
# -- [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version
targetRevision: 65.5.0
syncPolicy:
syncOptions:
# -- enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources
- ServerSideApply=true
# -- Helm values
# @default -- [upstream values](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml)
values: {}
# -- [rbac-manager](https://fairwindsops.github.io/rbac-manager/)
# @default -- [example](./examples/rbac-manager.yaml)
rbacManager:
# -- Enable rbac-manager operator
enabled: false
name: rbac-manager
# -- Annotations for rbac-manager app
annotations: {}
destination:
# -- Namespace
namespace: infra-rbac
# -- Repo URL
# @default -- [repo](https://charts.fairwinds.com/stable)
repoURL: https://charts.fairwinds.com/stable
# -- Chart
chart: rbac-manager
# -- [rbac-manager operator Helm chart](https://github.com/FairwindsOps/charts/tree/master/stable/rbac-manager) version
targetRevision: 1.21.0
# -- Helm values
# @default -- [upstream values](https://github.com/FairwindsOps/charts/blob/master/stable/rbac-manager/values.yaml)
values: {}
# -- [Velero](https://velero.io/)
# @default -- [example](./examples/velero.yaml)
velero:
# -- Enable Velero
enabled: false
name: velero
# -- Annotations for Velero app
annotations: {}
destination:
# -- Namespace
namespace: infra-velero
# -- Repo URL
# @default -- [repo](https://vmware-tanzu.github.io/helm-charts)
repoURL: https://vmware-tanzu.github.io/helm-charts
# -- Chart
chart: velero
# -- [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero)
targetRevision: 8.1.0
# -- Helm values
# @default -- [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml)
values: {}
# -- [kured](https://github.com/kubereboot/kured)
# @default -- [example](./examples/kured.yaml)
kured:
# -- Enable Kured
enabled: false
name: kured
# -- Annotations for Kured app
annotations: {}
destination:
# -- Namespace
namespace: infra-kured
# -- Repo URL
# @default -- [repo](https://kubereboot.github.io/charts)
repoURL: https://kubereboot.github.io/charts
# -- Chart
chart: kured
# -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured)
targetRevision: 5.5.2
# -- Helm values
# @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml)
values: {}
# -- [kubernetes-event-exporter](https://github.com/resmoio/kubernetes-event-exporter) is DEPRECATED, use "otel-collector" instead
# @default -- DEPRECATED
kubeEventExporter:
enabled: false
name: kube-event-exporter
annotations: {}
destination:
namespace: infra-kube-event-exporter
repoURL: https://charts.bitnami.com/bitnami
chart: kubernetes-event-exporter
targetRevision: 2.1.6
values: {}
# -- [mimir](https://github.com/grafana/mimir)
# @default -- [example](./examples/mimir.yaml)
mimir:
# -- Enable mimir
enabled: false
name: mimir
# -- Annotations for mimir app
annotations: {}
destination:
# -- Namespace
namespace: infra-mimir
# -- Repo URL
# @default -- [repo](https://grafana.github.io/helm-charts)
repoURL: https://grafana.github.io/helm-charts
# -- Chart
chart: mimir-distributed
# -- [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed)
targetRevision: 5.5.1
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/values.yaml)
values: {}