diff --git a/values.yaml b/values.yaml index 4a084b1..104e4f3 100644 --- a/values.yaml +++ b/values.yaml @@ -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.