File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
charts/kube-reqsizer/templates Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ spec:
32
32
value : {{ .Values.kubernetesClusterDomain }}
33
33
image : {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag | default .Chart.AppVersion }}
34
34
imagePullPolicy : Always
35
- # livenessProbe:
36
- # httpGet:
37
- # path: /healthz
38
- # port: 8081
39
- # initialDelaySeconds: 15
40
- # periodSeconds: 20
35
+ livenessProbe :
36
+ httpGet :
37
+ path : /healthz
38
+ port : 8081
39
+ initialDelaySeconds : 15
40
+ periodSeconds : 20
41
41
name : manager
42
- # readinessProbe:
43
- # httpGet:
44
- # path: /readyz
45
- # port: 8081
46
- # initialDelaySeconds: 5
47
- # periodSeconds: 10
42
+ readinessProbe :
43
+ httpGet :
44
+ path : /readyz
45
+ port : 8081
46
+ initialDelaySeconds : 5
47
+ periodSeconds : 10
48
48
resources : {{- toYaml .Values.controllerManager.manager.resources | nindent 10
49
49
}}
50
50
securityContext :
You can’t perform that action at this time.
0 commit comments