apps: requote acme tls trues
This commit is contained in:
parent
8868a66812
commit
4171b498bd
|
@ -9,7 +9,7 @@ data:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: true
|
kubernetes.io/tls-acme: "true"
|
||||||
hosts:
|
hosts:
|
||||||
- host: "dev.${domain}"
|
- host: "dev.${domain}"
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -27,7 +27,7 @@ data:
|
||||||
enabled: true
|
enabled: true
|
||||||
primary: false
|
primary: false
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: true
|
kubernetes.io/tls-acme: "true"
|
||||||
hosts:
|
hosts:
|
||||||
- host: "do.${domain}"
|
- host: "do.${domain}"
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -9,7 +9,7 @@ data:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: true
|
kubernetes.io/tls-acme: "true"
|
||||||
hostname: "people.${domain}"
|
hostname: "people.${domain}"
|
||||||
tls: true
|
tls: true
|
||||||
# - secretName: suitecrm-tls
|
# - secretName: suitecrm-tls
|
||||||
|
|
|
@ -27,9 +27,11 @@ spec:
|
||||||
namespace: stackspout
|
namespace: stackspout
|
||||||
postBuild:
|
postBuild:
|
||||||
substituteFrom:
|
substituteFrom:
|
||||||
#- kind: Secret
|
- kind: Secret
|
||||||
# name: stackspin-suitecrm-variables
|
name: stackspin-suitecrm-variables
|
||||||
|
optional: true
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: stackspin-suitecrm-oauth-variables
|
name: stackspin-suitecrm-oauth-variables
|
||||||
|
optional: true
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: stackspin-cluster-variables
|
name: stackspin-cluster-variables
|
||||||
|
|
Loading…
Reference in New Issue