We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9035cd7 commit f62b436Copy full SHA for f62b436
cmd/kar-controllers/app/server.go
@@ -86,3 +86,4 @@ func listenHealthProbe(opt *options.ServerOption) error {
86
87
return nil
88
}
89
+
deployment/mcad-controller/templates/deployment.yaml
@@ -357,6 +357,18 @@ spec:
357
- name: agent-config-vol
358
mountPath: /root/kubernetes
359
#{{ end }}
360
+ livenessProbe:
361
+ httpGet:
362
+ path: /healthz
363
+ port: 8081
364
+ periodSeconds: 5
365
+ timeoutSeconds: 5
366
+ readinessProbe:
367
368
369
370
371
372
#{{ if .Values.configMap.name }}
373
envFrom:
374
- configMapRef:
0 commit comments