fix: ntfy timezone
This commit is contained in:
parent
321a14a108
commit
34da95f8be
@ -17,9 +17,6 @@ ntfy_port: 8080
|
|||||||
# Container image
|
# Container image
|
||||||
ntfy_image: binwiederhier/ntfy
|
ntfy_image: binwiederhier/ntfy
|
||||||
|
|
||||||
# Timezone
|
|
||||||
ntfy_timezone: UTC
|
|
||||||
|
|
||||||
# Server configuration
|
# Server configuration
|
||||||
ntfy_base_url: http://localhost:{{ ntfy_port }}
|
ntfy_base_url: http://localhost:{{ ntfy_port }}
|
||||||
ntfy_behind_proxy: false
|
ntfy_behind_proxy: false
|
||||||
|
|||||||
@ -14,9 +14,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
hostPort: {{ ntfy_port }}
|
hostPort: {{ ntfy_port }}
|
||||||
env:
|
|
||||||
- name: TZ
|
|
||||||
value: "{{ ntfy_timezone }}"
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: localtime
|
- name: localtime
|
||||||
mountPath: /etc/localtime
|
mountPath: /etc/localtime
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user