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

View File

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

View File

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

View File

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