Compare commits

...
This repository has been archived on 2025-07-04. You can view files and clone it, but cannot push or open issues or pull requests.

2 commits

Author SHA1 Message Date
710964fc63 ingressClassName: "nginx" 2025-04-28 11:10:59 +02:00
d21f17455b added ingress in the values.yaml file 2025-04-28 10:37:26 +02:00

View file

@ -1,4 +1,8 @@
server:
ingress:
enabled: true
ingressClassName: "nginx"
pathType: Prefix
postStart:
- sh
- -c