1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2025-04-23 23:46:52 -05:00

new: Added disable_frontend to variables in helm-chart

This commit is contained in:
Sayantan Santra 2025-04-10 15:01:50 -05:00
parent 0897b6b63b
commit b838a6e027
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898
2 changed files with 3 additions and 0 deletions

View file

@ -42,6 +42,8 @@ spec:
value: "{{ .Values.slug_length }}"
- name: public_mode
value: {{ .Values.public_mode }}
- name: disable_frontend
value: {{ .Values.disable_frontend }}
{{- if .Values.cache_control_header }}
- name: cache_control_header
value: {{ .Values.cache_control_header }}

View file

@ -20,6 +20,7 @@ redirect_method: PERMANENT
slug_style: Pair
slug_length: 8
public_mode: Disable
disable_frontend: False
# cache_control_header: "no-cache, private"
protocol: https