-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
330 lines (326 loc) · 9.69 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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
global:
# Gardener API server configuration values
apiserver:
enabled: true
serviceEnabled: true
replicaCount: 1
serviceAccountName: gardener-apiserver
image:
repository: eu.gcr.io/gardener-project/gardener/apiserver
tag: latest
pullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 300m
memory: 256Mi
# podAnnotations: # YAML formated annotations used for pod template
# podLabels: # YAML formated labels used for pod template
encryption:
config: |
apiVersion: apiserver.config.k8s.io/v1
kind: EncryptionConfiguration
resources:
- resources:
- controllerregistrations.core.gardener.cloud
- shootstates.core.gardener.cloud
providers:
- identity: {}
etcd:
useSidecar: false # only meant for development purposes. if this is set to true, other etcd config values are ignored
servers: https://etcd:2379
# caBundle: |
# -----BEGIN CERTIFICATE-----
# ...
# -----END CERTIFICATE-----
# tls:
# crt: |
# -----BEGIN CERTIFICATE-----
# ...
# -----END CERTIFICATE-----
# key: |
# -----BEGIN RSA PRIVATE KEY-----
# ...
# -----END RSA PRIVATE KEY-----
insecureSkipTLSVerify: false
groupPriorityMinimum: 10000
versionPriority: 20
caBundle: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
tls:
crt: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
key: |
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
featureGates: {}
vpa: false
hvpa:
enabled: false
maxReplicas: 4
minReplicas: 1
targetAverageUtilizationCpu: 80
targetAverageUtilizationMemory: 80
vpaScaleUpStabilization:
stabilizationDuration: "3m"
minChange:
cpu:
value: 300m
percentage: 80
memory:
value: 200M
percentage: 80
vpaScaleDownStabilization:
stabilizationDuration: "15m"
minChange:
cpu:
value: 600m
percentage: 80
memory:
value: 600M
percentage: 80
limitsRequestsGapScaleParams:
cpu:
value: "3"
percentage: 80
memory:
value: "5G"
percentage: 80
# List of admission plugins that should be disabled although they are in the default enabled plugins list.
# disableAdmissionPlugins: []
# List of admission plugins to be enabled in addition to default enabled ones.
# enableAdmissionPlugins: []
audit:
# dynamicConfiguration: false Enables dynamic audit configuration. This feature also requires the DynamicAuditing feature flag
log:
# batchBufferSize: 10000
# batchMaxSize: 1
# batchMaxWait: 5m
# batchThrottleBurst: 20
# batchThrottleEnable: false
# batchThrottleQPS: 10.0
# format: json
# maxAge: 7
maxBackup: 5
maxSize: 100
# mode: blocking
path: /var/lib/audit.log
# truncateEnabled: true
# truncateMaxBatchSize: 10485760
# truncateMaxEventSize: 102400
# version: audit.k8s.io/v1
policy: |
apiVersion: audit.k8s.io/v1
kind: Policy
rules:
- level: None
userGroups:
- system:nodes
- level: None
users:
- gardener
- kubelet
- system:kube-controller-manager
- system:kube-scheduler
- system:gardener-resource-manager
- system:kube-aggregator
- system:kube-proxy
- system:apiserver
- system:serviceaccount:garden:gardener-controller-manager
- system:serviceaccount:garden:gardener-metrics-exporter
- system:serviceaccount:kube-system:generic-garbage-collector
- system:serviceaccount:kube-system:namespace-controller
- garden.sapcloud.io:monitoring
- garden.sapcloud.io:monitoring:prometheus
- garden.sapcloud.io:monitoring:kube-state-metrics
- gardener.cloud:monitoring
- gardener.cloud:monitoring:prometheus
- gardener.cloud:monitoring:kube-state-metrics
- level: None
nonResourceURLs:
- /healthz*
- /version
- /openapi/*
- /swagger* # Swagger endpoint is deprecated with https://github.com/kubernetes/kubernetes/pull/73148
- level: None
resources:
- group: ""
resources: ["events"]
- level: None
verbs: ["get", "list", "watch"]
- level: Metadata
webhook: {}
# batchBufferSize: 10000
# batchMaxSize: 400
# batchMaxWait: 30s
# batchThrottleBurst: 15
# batchThrottleEnable: true
# batchThrottleQPS: 10
# config: |
# kubeconfig-formatted file that defines the audit webhook configuration.
# initialBackoff: 10s
# mode: batch
# truncateEnabled: true
# truncateMaxBatchSize: 10485760
# truncateMaxEventSize: 102400
# version: audit.k8s.io/v1
# Gardener controller manager configuration values
controller:
enabled: true
replicaCount: 1
serviceAccountName: gardener-controller-manager
image:
repository: eu.gcr.io/gardener-project/gardener/controller-manager
tag: latest
pullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 750m
memory: 512Mi
# podAnnotations: # YAML formated annotations used for pod template
# podLabels: # YAML formated labels used for pod template
additionalVolumes: []
additionalVolumeMounts: []
env: []
vpa: false
config:
gardenClientConnection:
acceptContentTypes: application/json
contentType: application/json
qps: 100
burst: 130
controllers:
plant:
concurrentSyncs: 20
syncPeriod: 30s
seed:
concurrentSyncs: 5
syncPeriod: 1m
monitorPeriod: 40s
shootMonitorPeriod: 300s
shootMaintenance:
concurrentSyncs: 5
enableShootControlPlaneRestarter: true
shootQuota:
concurrentSyncs: 5
syncPeriod: 60m
shootHibernation:
concurrentSyncs: 5
syncPeriod: 24h
leaderElection:
leaderElect: true
leaseDuration: 15s
renewDeadline: 10s
retryPeriod: 2s
resourceLock: configmaps
# `discovery` allows specifying options for the cached discovery client
discovery:
# discoveryCacheDir: /tmp/cache-dir
# httpCacheDir: /tmp/http-cache-dir
# ttl: 10s
logLevel: info
kubernetesLogLevel: 0
server:
http:
bindAddress: 0.0.0.0
port: 2718
https:
bindAddress: 0.0.0.0
port: 2719
tls:
caBundle: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
crt: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
key: |
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
featureGates: {}
scheduler:
enabled: true
replicaCount: 1
serviceAccountName: gardener-scheduler
image:
repository: eu.gcr.io/gardener-project/gardener/scheduler
tag: latest
pullPolicy: IfNotPresent
resources:
requests:
cpu: 50m
memory: 50Mi
limits:
cpu: 300m
memory: 256Mi
# podAnnotations: # YAML formated annotations used for pod template
# podLabels: # YAML formated labels used for pod template
vpa: false
config:
clientConnection:
acceptContentTypes: application/json
contentType: application/json
qps: 100
burst: 130
leaderElection:
leaderElect: true
leaseDuration: 15s
renewDeadline: 10s
retryPeriod: 2s
resourceLock: configmaps
# `discovery` allows specifying options for the cached discovery client
discovery:
# discoveryCacheDir: /tmp/cache-dir
# httpCacheDir: /tmp/http-cache-dir
# ttl: 10s
logLevel: info
server:
http:
bindAddress: 0.0.0.0
port: 10251
# schedulers:
# backupBucket:
# retrySyncPeriod: 15s
# concurrentSyncs: 5
# shoot:
# retrySyncPeriod: 15s
# concurrentSyncs: 5
# candidateDeterminationStrategy: SameRegion # either {SameRegion,MinimalDistance}
internalDomain:
provider: aws-route53 # depends on the DNS extension of your choice
domain: example.com
credentials: {} # actual keys here depend on the DNS extension of your choice
defaultDomains: []
# - domain: example.com
# provider: aws-route53 # depends on the DNS extension of your choice
# credentials: {}
# # actual keys here depend on the DNS extension of your choice
alerting: []
# - auth_type: smtp
# to: email-address-to-send-alerts-to
# from: email-address-to-send-alerts-from
# smarthost: smtp-host-used-for-sending
# auth_username: smtp-authentication-username
# auth_identity: smtp-authentication-username
# auth_password: smtp-authentication-password
# openVPNDiffieHellmanKey: |
# my-key generated by `openssl dhparam -out dh2048.pem 2048`
# Deployment related configuration
deployment:
virtualGarden:
enabled: false
clusterIP: 1.2.3.4
createNamespace: true