-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.yaml
51 lines (42 loc) · 1.2 KB
/
default.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
version: v1.95.6
landscapeName: gardener-installation
apiserverDomainPrefix: api
wildcardSecretName: gardener-wildcard-tls
identity:
replicas: 1
gardener:
shootDomainPrefix: shoot
seedCandidateDeterminationStrategy: SameRegion
featureGates: {}
soil:
shootDefaultNetworks:
pods: 100.96.0.0/11
services: 100.64.0.0/13
blockCIDRs:
- 169.254.169.254/32
gardenlet:
logging:
enabled: true
shootNodeLogging:
shootPurposes:
- "infrastructure"
- "production"
- "development"
featureGates:
HVPA: true
APIServerSNI: true
settings:
excessCapacityReservation:
enabled: true # this seed will deploy excess-capacity-reservation pods
scheduling:
visible: true # the gardener-scheduler will consider this seed for shoots
shootDNS:
enabled: true # all shoots on this seed will use DNS, if disabled they'll just use the plain IPs/hostnames
# loadBalancerServices:
# annotations:
# foo: bar
verticalPodAutoscaler:
enabled: true # a Gardener-managed VPA deployment is enabled
# deprecated
ownerChecks:
enabled: false