Skip to content
Snippets Groups Projects
Commit b7856bb4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added probe configuration to values

parent e7cb00f2
No related branches found
No related tags found
1 merge request!22Resolve "Increase readability of Proxy URLs"
...@@ -8,4 +8,10 @@ ingress: ...@@ -8,4 +8,10 @@ ingress:
enabled: false enabled: false
annotations: annotations:
kubernetes.io/tls-acme: "false" kubernetes.io/tls-acme: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false" nginx.ingress.kubernetes.io/ssl-redirect: "false"
\ No newline at end of file readinessProbe:
path: "/healthz"
timeoutSeconds: 60
livenessProbe:
path: "/healthz"
timeoutSeconds: 60
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment