|
|
|
|
@ -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
|
|
|
|
|
|