DEV-682 Debugging Ingress

cherry-pick-9c6aec87
Michael Haehnel 3 years ago
parent 87d137b2a6
commit aff8235882
No known key found for this signature in database
GPG Key ID: D2FA233B52AEC75C

@ -85,12 +85,12 @@ wordpress:
storageClass: hcloud-volumes
livenessProbe:
httpGet:
port: https
scheme: HTTPS
#port: https
#scheme: HTTPS
readinessProbe:
httpGet:
port: https
scheme: HTTPS
#port: https
#scheme: HTTPS
service:
type: ClusterIP
ingress:
@ -102,18 +102,7 @@ wordpress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
cert-manager.io/issue-temporary-certificate: "true"
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
#nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-body-size: 32m
tls: true
extraRules:
- host: connect-wordpress-nsodev-prodwork01.smardigo.digital
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: nsodev-wordpress
port:
name: https

Loading…
Cancel
Save