Skip to content
Snippets Groups Projects
Commit 750ff1fa authored by xeruf's avatar xeruf
Browse files

apps: reenable letsencrypt

parent 6b9dcc71
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ data:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
hosts:
- host: "dev.${domain}"
paths:
......@@ -20,6 +19,7 @@ data:
- secretName: gitea-tls
hosts:
- "dev.${domain}"
- "tmpdev.${domain}"
gitea:
oauth:
- name: Stackspin
......
......@@ -29,7 +29,6 @@ data:
primary: false
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
hosts:
- host: "do.${domain}"
paths:
......@@ -39,6 +38,7 @@ data:
- secretName: vikunja
hosts:
- "do.${domain}"
- "tmpdo.${domain}"
additionalContainers:
api:
image: vikunja/api:0.18.1
......
......@@ -10,7 +10,6 @@ data:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
hostname: "people.${domain}"
tls: true
certManager: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment