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 1a75e27 commit 7f1dbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/app-chart/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: dao-stats-ui-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/cluster-issuer: "letsencrypt-development"
cert-manager.io/cluster-issuer: "letsencrypt"
nginx.org/websocket-services: {{ include "dao-stats-ui.fullname" . }}
spec:
ingressClassName: nginx
Expand Down

0 comments on commit 7f1dbb0

Please sign in to comment.