fix(conf): Add config volume mounting
This commit is contained in:
parent
f137e1b0ab
commit
1d8b044742
@ -44,7 +44,14 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: gitea-lfs-jwt-secret
|
name: gitea-lfs-jwt-secret
|
||||||
key: token
|
key: token
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: "/data/gitea/conf/app.ini"
|
||||||
|
name: gitea-config-volume
|
||||||
|
subPath: app.ini
|
||||||
volumes:
|
volumes:
|
||||||
- name: gitea-pv
|
- name: gitea-pv
|
||||||
hostPath:
|
hostPath:
|
||||||
path: "/mnt/gitea"
|
path: "/mnt/gitea"
|
||||||
|
- name: gitea-config-volume
|
||||||
|
configMap:
|
||||||
|
name: gitea-config
|
||||||
|
Loading…
Reference in New Issue
Block a user