mirror of
https://github.com/SinTan1729/chhoto-url.git
synced 2025-12-05 21:10:23 -08:00
docs: Added new configs to the helm chart
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user