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