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 # 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

View File

@ -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