Add sane default values for Ingress objects. #21

Closed
perfectra1n wants to merge 6 commits from perfectra1n/helm-chart:main into main
1 changed files with 4 additions and 2 deletions

View File

@ -36,7 +36,8 @@ api:
hosts:
- host: vikunja.local
paths:
- path: "/api/v1"
- path: /api/v1
pathType: Prefix
tls: []
configMaps:
# The configuration for Vikunja's api.
@ -95,7 +96,8 @@ frontend:
# This is just an example. You should change this to your own domain.
- host: vikunja.local
paths:
- path: "/"
- path: /
pathType: Prefix
tls: []
# If you've used the "built-in" ingress in the api section, you don't need to specify VIKUNJA_API_URL as an environment variable here.
# If you've used something else, you'll need to provide the URL to the API here.