switch to production letsencrypt issuer
This commit is contained in:
parent
681f1b76ab
commit
8cd792bfe8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ metadata:
|
||||||
name: k8s-poc-ingress
|
name: k8s-poc-ingress
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
cert-manager.io/issuer: "letsencrypt-staging"
|
cert-manager.io/issuer: "letsencrypt-prod"
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
|
|
Loading…
Reference in a new issue