Compare commits

...

6 Commits
main ... main

Author SHA1 Message Date
perf3ct aaceb9f2f7
change this ingress name to be `main` as well 2023-12-12 14:43:10 -08:00
perf3ct f1a10ce395
fix frontend port 2023-12-12 14:34:51 -08:00
perf3ct 35379c20e7
add sane defaults for Ingress 2023-12-12 14:34:00 -08:00
perf3ct f6555063dd
Merge remote-tracking branch 'upstream/main' 2023-12-12 13:12:38 -08:00
konrad 69bd339f5f artifacthub-repo.yml aktualisiert 2023-11-21 12:33:20 +00:00
perf3ct 9bebe367e7
Create artifacthub-repo.yml file 2023-11-20 13:50:03 -08:00
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.