Skip to content

Commit

Permalink
Updated the ingress cert issuer for the new cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed May 15, 2024
1 parent fd00b2b commit 54404df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/built/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: locust
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: "letsencrypt-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-prod" #"letsencrypt-issuer"
nginx.ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-secret: locust-ui-secret
nginx.ingress.kubernetes.io/auth-realm: "Protected area"
Expand Down

0 comments on commit 54404df

Please sign in to comment.