Skip to content
Snippets Groups Projects

Resolve "Increase readability of Proxy URLs"

Merged Dominik Hebeler requested to merge 22-increase-readability-of-proxy-urls into master
Files
3
service:
enabled: true
externalPort: 80
internalPort: 80
commonName: ""
@@ -8,5 +9,9 @@ ingress:
annotations:
kubernetes.io/tls-acme: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
hpa:
enabled: false
\ No newline at end of file
readinessProbe:
path: "/healthz"
timeoutSeconds: 60
livenessProbe:
path: "/healthz"
timeoutSeconds: 60
\ No newline at end of file
Loading