forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path20-componentconfig-gardener-controller-manager.yaml
71 lines (71 loc) · 1.56 KB
/
20-componentconfig-gardener-controller-manager.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
---
apiVersion: controllermanager.config.gardener.cloud/v1alpha1
kind: ControllerManagerConfiguration
gardenClientConnection:
qps: 100
burst: 130
controllers:
plant:
syncPeriod: 10s
concurrentSyncs: 5
seed:
concurrentSyncs: 5
syncPeriod: 30s
# monitorPeriod: 40s
# shootMonitorPeriod: 300s
shootMaintenance:
concurrentSyncs: 5
# enableShootControlPlaneRestarter: true
# enableShootCoreAddonRestarter: true
shootHibernation:
concurrentSyncs: 5
shootQuota:
concurrentSyncs: 5
syncPeriod: 60m
shootReference:
concurrentSyncs: 5
protectAuditPolicyConfigMaps: true
shootRetry:
concurrentSyncs: 5
# retryDuration: 10m
project:
concurrentSyncs: 5
minimumLifetimeDays: 30
staleGracePeriodDays: 14
staleExpirationTimeDays: 90
staleSyncPeriod: 12h
# quotas:
# - config:
# apiVersion: v1
# kind: ResourceQuota
# spec:
# hard:
# count/shoots.core.gardener.cloud: "100"
# count/secretbindings.core.gardener.cloud: "10"
# count/secrets: "400"
# projectSelector: {}
event:
concurrentSyncs: 5
ttlNonShootEvents: 1h
managedSeedSet:
concurrentSyncs: 5
# maxShootRetries: 3
syncPeriod: 30m
controllerDeployment:
concurrentSyncs: 5
controllerRegistration:
concurrentSyncs: 5
leaderElection:
leaderElect: true
leaseDuration: 15s
renewDeadline: 10s
retryPeriod: 2s
resourceLock: leases
logLevel: info
kubernetesLogLevel: 0
server:
http:
bindAddress: 0.0.0.0
port: 2718
featureGates:
CachedRuntimeClients: true