Browse Source

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.
pull/2178/head
noesberger 5 years ago committed by GitHub
parent
commit
e51704e41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      examples/k8s/dex.yaml

1
examples/k8s/dex.yaml

@ -53,6 +53,7 @@ spec:
httpGet:
path: /healthz
port: 5556
scheme: HTTPS
volumes:
- name: config
configMap:

Loading…
Cancel
Save