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:
parent
0897b6b63b
commit
b838a6e027
2 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,8 @@ spec:
|
||||||
value: "{{ .Values.slug_length }}"
|
value: "{{ .Values.slug_length }}"
|
||||||
- name: public_mode
|
- name: public_mode
|
||||||
value: {{ .Values.public_mode }}
|
value: {{ .Values.public_mode }}
|
||||||
|
- name: disable_frontend
|
||||||
|
value: {{ .Values.disable_frontend }}
|
||||||
{{- if .Values.cache_control_header }}
|
{{- if .Values.cache_control_header }}
|
||||||
- name: cache_control_header
|
- name: cache_control_header
|
||||||
value: {{ .Values.cache_control_header }}
|
value: {{ .Values.cache_control_header }}
|
||||||
|
|
|
@ -20,6 +20,7 @@ redirect_method: PERMANENT
|
||||||
slug_style: Pair
|
slug_style: Pair
|
||||||
slug_length: 8
|
slug_length: 8
|
||||||
public_mode: Disable
|
public_mode: Disable
|
||||||
|
disable_frontend: False
|
||||||
# cache_control_header: "no-cache, private"
|
# cache_control_header: "no-cache, private"
|
||||||
|
|
||||||
protocol: https
|
protocol: https
|
||||||
|
|
Loading…
Reference in a new issue