apps: requote acme tls trues

This commit is contained in:
xeruf 2022-06-30 08:24:12 +01:00
parent 8868a66812
commit 4171b498bd
4 changed files with 7 additions and 5 deletions

View File

@ -9,7 +9,7 @@ data:
ingress:
enabled: true
annotations:
kubernetes.io/tls-acme: true
kubernetes.io/tls-acme: "true"
hosts:
- host: "dev.${domain}"
paths:

View File

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

View File

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

View File

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