File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ spec:
33
33
value : {{ .Values.kubernetesClusterDomain }}
34
34
image : {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag | default .Chart.AppVersion }}
35
35
imagePullPolicy : Always
36
- livenessProbe :
37
- httpGet :
38
- path : /healthz
39
- port : 8081
40
- initialDelaySeconds : 15
41
- periodSeconds : 20
42
- name : manager
43
- readinessProbe :
44
- httpGet :
45
- path : /readyz
46
- port : 8081
47
- initialDelaySeconds : 5
48
- periodSeconds : 10
36
+ # livenessProbe:
37
+ # httpGet:
38
+ # path: /healthz
39
+ # port: 8081
40
+ # initialDelaySeconds: 15
41
+ # periodSeconds: 20
42
+ # name: manager
43
+ # readinessProbe:
44
+ # httpGet:
45
+ # path: /readyz
46
+ # port: 8081
47
+ # initialDelaySeconds: 5
48
+ # periodSeconds: 10
49
49
resources : {{- toYaml .Values.controllerManager.manager.resources | nindent 10
50
50
}}
51
51
securityContext :
Original file line number Diff line number Diff line change 1
1
sampleSize : 1
2
2
enabledAnnotation : false
3
+ # Namespace annotation filter
4
+ # Scale up / scale down requests
5
+ # Timestamp per sample to restrict pod restarts
3
6
4
7
controllerManager :
5
8
kubeRbacProxy :
You can’t perform that action at this time.
0 commit comments