Check liveness and readyness on correct port

This commit is contained in:
Dennis Schmalacker 2021-01-11 15:31:09 +01:00
parent 6f1a1be286
commit 64c4360e4f

View File

@ -37,12 +37,12 @@ spec:
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
scheme: HTTPS scheme: 8443
path: /healthz path: /healthz
port: https port: https
readinessProbe: readinessProbe:
httpGet: httpGet:
scheme: HTTPS scheme: 8443
path: /healthz path: /healthz
port: https port: https
volumeMounts: volumeMounts: