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
livenessProbe:
httpGet:
scheme: HTTPS
scheme: 8443
path: /healthz
port: https
readinessProbe:
httpGet:
scheme: HTTPS
scheme: 8443
path: /healthz
port: https
volumeMounts: