diff --git a/config/internal/mcad/deployment.yaml.tmpl b/config/internal/mcad/deployment.yaml.tmpl index 810b6c138..56cc691f4 100644 --- a/config/internal/mcad/deployment.yaml.tmpl +++ b/config/internal/mcad/deployment.yaml.tmpl @@ -40,6 +40,18 @@ spec: volumeMounts: - name: temp-vol mountPath: /tmp + livenessProbe: + httpGet: + path: /healthz + port: 8081 + timeoutSeconds: 5 + periodSeconds: 5 + readinessProbe: + httpGet: + path: /readyz + port: 8081 + timeoutSeconds: 5 + periodSeconds: 5 serviceAccountName: mcad-controller-{{.Name}} volumes: - name: temp-vol