Skip to content

Commit e4d6434

Browse files
committed
⚡ test
modified: charts/kube-reqsizer/templates/deployment.yaml
1 parent a4c0fd2 commit e4d6434

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ spec:
3232
value: {{ .Values.kubernetesClusterDomain }}
3333
image: {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag | default .Chart.AppVersion }}
3434
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
4141
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
4848
resources: {{- toYaml .Values.controllerManager.manager.resources | nindent 10
4949
}}
5050
securityContext:

0 commit comments

Comments
 (0)