Skip to content

Commit

Permalink
use letsencrypt-prod as cluster issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 6, 2024
1 parent ed2b447 commit ae6a444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/webapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webapp
description: basic webapp workload
type: application
version: 0.1.9
version: 0.1.10
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion charts/webapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ingress:
ingressClass: nginx
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: plural
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
hosts:
- host: chart-example.local
Expand Down

0 comments on commit ae6a444

Please sign in to comment.