1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-18 02:06:52 +00:00

fix ports

This commit is contained in:
Jim Bugwadia 2020-10-22 12:48:04 -07:00
parent 8be30879f6
commit f1fd0a5c7a

View file

@ -74,7 +74,7 @@ spec:
livenessProbe:
httpGet:
path: /health/liveness
port: 443
port: 9443
scheme: HTTPS
initialDelaySeconds: 5
periodSeconds: 10
@ -84,7 +84,7 @@ spec:
readinessProbe:
httpGet:
path: /health/readiness
port: 443
port: 9443
scheme: HTTPS
initialDelaySeconds: 5
periodSeconds: 10