This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 532
/
values.yaml
108 lines (99 loc) · 2.55 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
# Default values for kubefed.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
## Configuration values for kubefed controllermanager deployment.
##
controllermanager:
enabled: true
clusterAvailableDelay:
clusterUnavailableDelay:
cacheSyncTimeout:
leaderElectLeaseDuration:
leaderElectRenewDeadline:
leaderElectRetryPeriod:
clusterHealthCheckPeriod:
clusterHealthCheckFailureThreshold:
clusterHealthCheckSuccessThreshold:
clusterHealthCheckTimeout:
## Supported options are `configmaps` and `endpoints`
leaderElectResourceLock:
syncController:
maxConcurrentReconciles:
adoptResources:
statusController:
maxConcurrentReconciles:
## Value of feature gates item should be either `Enabled` or `Disabled`
featureGates:
PushReconciler:
SchedulerPreferences:
RawResourceStatusCollection:
## common node selector
commonNodeSelector: {}
# key1: value1
# key2: value2
## common tolerations
commonTolerations: []
# - key: "key"
# operator: "Equal"
# value: "value"
# effect: "NoSchedule"
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
# - name: secretName
controller:
annotations: {}
podAnnotations: {}
replicaCount: 2
repository: quay.io/kubernetes-multicluster
image: kubefed
tag: canary
imagePullPolicy: IfNotPresent
logLevel: 2
forceRedeployment: false
env: {}
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 64Mi
webhook:
annotations: {}
replicaCount: 1
repository: quay.io/kubernetes-multicluster
image: kubefed
tag: canary
imagePullPolicy: IfNotPresent
logLevel: 8
forceRedeployment: false
env: {}
resources:
limits:
cpu: 100m
memory: 256Mi
requests:
cpu: 100m
memory: 64Mi
certManager:
enabled: false
rootCertificate:
organizations: []
dnsNames:
- ca.webhook.kubefed
commonName: ca.webhook.kubefed
postInstallJob:
repository: bitnami
image: kubectl
tag: 1.17.16
imagePullPolicy: IfNotPresent
service:
labels: {}
## Configuration global values for all charts
##
global:
## The scope of the the kubefed control plane. Supported options
## are `Cluster` (watch cluster-scoped resources and resources in
## all namespaces) and `Namespaced` (only watch resources in the
## kubefed system namespace). If unset, will default to `Cluster`.
scope: ""