fix: ntfy timezone

This commit is contained in:
Clément Désiles 2026-02-03 22:08:48 +01:00
parent 321a14a108
commit 34da95f8be
No known key found for this signature in database
2 changed files with 0 additions and 6 deletions

View File

@ -17,9 +17,6 @@ ntfy_port: 8080
# Container image
ntfy_image: binwiederhier/ntfy
# Timezone
ntfy_timezone: UTC
# Server configuration
ntfy_base_url: http://localhost:{{ ntfy_port }}
ntfy_behind_proxy: false

View File

@ -14,9 +14,6 @@ spec:
ports:
- containerPort: 80
hostPort: {{ ntfy_port }}
env:
- name: TZ
value: "{{ ntfy_timezone }}"
volumeMounts:
- name: localtime
mountPath: /etc/localtime