diff --git a/values.yaml b/values.yaml index 4a084b1..04e640e 100644 --- a/values.yaml +++ b/values.yaml @@ -28,7 +28,7 @@ api: mountPath: /app/vikunja/files # storageClass: storage-class ingress: - main: + api: enabled: true annotations: # proxy-body-size is set to 0 to remove the body limit on file uploads @@ -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,10 @@ frontend: # This is just an example. You should change this to your own domain. - host: vikunja.local paths: - - path: "/" + - path: / + pathType: Prefix + service: + port: 80 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.