fix(conf): Add config volume mounting
This commit is contained in:
parent
f137e1b0ab
commit
1d8b044742
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user