set readinessProbe to https
Fix the error Readiness probe failed: Get "http://100.105.5.5:5556/healthz": dial tcp 100.105.5.5:5556: connect: connection refused Client sent an HTTP request to an HTTPS server.
This commit is contained in:
parent
9fe031776e
commit
e51704e41a
@ -53,6 +53,7 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: 5556
|
port: 5556
|
||||||
|
scheme: HTTPS
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
|
Reference in New Issue
Block a user