fix(conf): Add config volume mounting

This commit is contained in:
Tanguy Herbron 2023-07-03 12:41:15 +02:00
parent f137e1b0ab
commit 1d8b044742

View File

@ -44,7 +44,14 @@ spec:
secretKeyRef:
name: gitea-lfs-jwt-secret
key: token
volumeMounts:
- mountPath: "/data/gitea/conf/app.ini"
name: gitea-config-volume
subPath: app.ini
volumes:
- name: gitea-pv
hostPath:
path: "/mnt/gitea"
- name: gitea-config-volume
configMap:
name: gitea-config