Skip to content

Commit

Permalink
Add ingress annotation as default value
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Dec 22, 2022
1 parent e0973f0 commit d8d3e02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-charts/infisical/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ backend:

ingress:
enabled: true
annotations: {}
annotations:
kubernetes.io/ingress.class: "nginx"
hostName: example.com
frontend:
path: /
Expand Down

0 comments on commit d8d3e02

Please sign in to comment.