apps: reenable letsencrypt
This commit is contained in:
parent
6b9dcc718a
commit
750ff1faa7
3 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,6 @@ data:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: "dev.${domain}"
|
- host: "dev.${domain}"
|
||||||
paths:
|
paths:
|
||||||
|
@ -20,6 +19,7 @@ data:
|
||||||
- secretName: gitea-tls
|
- secretName: gitea-tls
|
||||||
hosts:
|
hosts:
|
||||||
- "dev.${domain}"
|
- "dev.${domain}"
|
||||||
|
- "tmpdev.${domain}"
|
||||||
gitea:
|
gitea:
|
||||||
oauth:
|
oauth:
|
||||||
- name: Stackspin
|
- name: Stackspin
|
||||||
|
|
|
@ -29,7 +29,6 @@ data:
|
||||||
primary: false
|
primary: false
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: "do.${domain}"
|
- host: "do.${domain}"
|
||||||
paths:
|
paths:
|
||||||
|
@ -39,6 +38,7 @@ data:
|
||||||
- secretName: vikunja
|
- secretName: vikunja
|
||||||
hosts:
|
hosts:
|
||||||
- "do.${domain}"
|
- "do.${domain}"
|
||||||
|
- "tmpdo.${domain}"
|
||||||
additionalContainers:
|
additionalContainers:
|
||||||
api:
|
api:
|
||||||
image: vikunja/api:0.18.1
|
image: vikunja/api:0.18.1
|
||||||
|
|
|
@ -10,7 +10,6 @@ data:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
|
|
||||||
hostname: "people.${domain}"
|
hostname: "people.${domain}"
|
||||||
tls: true
|
tls: true
|
||||||
certManager: true
|
certManager: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue