docs: Added new configs to the helm chart

This commit is contained in:
SinTan1729
2025-10-22 19:26:39 -05:00
parent d6d4af366a
commit 37f5ea260b
2 changed files with 8 additions and 0 deletions

View File

@@ -62,6 +62,12 @@ spec:
- name: cache_control_header
value: {{ .Values.cache_control_header }}
{{- end }}
- name: use_wal_mode
value: {{ .Values.use_wal_mode }}
{{- if .Values.ensure_acid }}
- name: ensure_acid
value: {{ .Values.ensure_acid }}
{{- end }}
volumeMounts:
- name: data
mountPath: /db

View File

@@ -27,6 +27,8 @@ disable_frontend: False
allow_capital_letters: False
# custom_landing_directory: "/custom/dir/location"
# cache_control_header: "no-cache, private"
use_wal_mode: True
# ensure_acid: True
protocol: https
fqdn: your.short.link.url.com