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

apps: properly configure staging letsencrypt

parent f4fe3a1a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ data:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
certmanager.k8s.io/cluster-issuer: letsencrypt-issuer-staging
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
hosts:
- host: "dev.${domain}"
paths:
......
......@@ -29,7 +29,7 @@ data:
primary: false
annotations:
kubernetes.io/tls-acme: "true"
certmanager.k8s.io/cluster-issuer: letsencrypt-issuer-staging
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
hosts:
- host: "do.${domain}"
paths:
......
......@@ -10,7 +10,7 @@ data:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
certmanager.k8s.io/cluster-issuer: letsencrypt-issuer-staging
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
hostname: "people.${domain}"
tls: true
# - secretName: suitecrm-tls
......
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