mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add ingress annotation as default value
This commit is contained in:
@@ -22,7 +22,8 @@ backend:
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations: {}
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
hostName: example.com
|
||||
frontend:
|
||||
path: /
|
||||
|
||||
Reference in New Issue
Block a user