remove timezone mount

This commit is contained in:
2025-10-15 14:21:41 +05:30
parent 14d77cef5a
commit ebebbfbe71

View File

@@ -54,15 +54,9 @@ spec:
volumeMounts:
- name: gitea-data
mountPath: /data
- name: timezone
mountPath: /etc/timezone
- name: localtime
mountPath: /etc/localtime
volumes:
- name: timezone
hostPath:
path: /etc/timezone
type: File
- name: localtime
hostPath:
path: /etc/localtime