DEV-682 Debugging ingress

cherry-pick-9c6aec87
Michael Haehnel 3 years ago
parent 964ce9ff59
commit 0fbbc9725b
No known key found for this signature in database
GPG Key ID: D2FA233B52AEC75C

@ -81,7 +81,8 @@ smardigo-worker:
wordpress:
wordpressEmail: nso.devops@netgo.de
wordpressScheme: https
global.storageClass: hcloud-volumes
global:
storageClass: hcloud-volumes
livenessProbe:
httpGet:
port: https
@ -100,7 +101,7 @@ wordpress:
path: /
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-body-size: 32m
tls: true

Loading…
Cancel
Save