added ingress in the values.yaml file
This commit is contained in:
parent
4888c9db93
commit
d21f17455b
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
server:
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: "openbao"
|
||||
pathType: Prefix
|
||||
postStart:
|
||||
- sh
|
||||
- -c
|
||||
|
|
Reference in a new issue