This commit is contained in:
parent
2e9020bc47
commit
1c725e3632
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
image:
|
image:
|
||||||
tag: 2.17.0
|
tag: 2.18.0
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -9,6 +9,9 @@ ingress:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
||||||
|
service:
|
||||||
|
port: 8080
|
||||||
|
|
||||||
persistentVolume:
|
persistentVolume:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue