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 8ccf757 commit cc6e404Copy full SHA for cc6e404
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,20 @@ spec:
357
- name: agent-config-vol
358
mountPath: /root/kubernetes
359
#{{ end }}
360
+ livenessProbe:
361
+ httpGet:
362
+ path: /healthz
363
+ port: 8081
364
+ initialDelaySeconds: 20
365
+ periodSeconds: 5
366
+ timeoutSeconds: 5
367
+ readinessProbe:
368
369
+ path: /readyz
370
371
372
373
374
#{{ if .Values.configMap.name }}
375
envFrom:
376
- configMapRef:
0 commit comments