rename backend to api

This commit is contained in:
perf3ct 2023-10-11 06:52:47 -07:00
parent c601e5e449
commit 76b209a70c
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ probes:
{{ if and .Values.frontend.ingress.enabled .Values.api.configMaps.config.enabled}}
configMaps:
# The configuration for Vikunja's backend.
# The configuration for Vikunja's api.
# https://vikunja.io/docs/config-options/
config:
enabled: true

View File

@ -32,7 +32,7 @@ api:
# storageClass: storage-class
ingress:
main:
enabled: false
enabled: true
annotations:
# proxy-body-size is set to 0 to remove the body limit on file uploads
nginx.ingress.kubernetes.io/proxy-body-size: "0"
@ -42,7 +42,7 @@ api:
- path: "/api"
tls: []
configMaps:
# The configuration for Vikunja's backend.
# The configuration for Vikunja's api.
# https://vikunja.io/docs/config-options/
config:
enabled: true