Skip to content

Commit

Permalink
fix letsencrypt issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Savchenko committed Oct 21, 2022
1 parent 2138aec commit 1350b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/deployment/app-chart/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/cluster-issuer: "letsencrypt-development"
cert-manager.io/cluster-issuer: "letsencrypt"
spec:
tls:
- hosts:
Expand Down

0 comments on commit 1350b30

Please sign in to comment.