fix(forgejo): temporarily unmount the config for troubleshooting

This commit is contained in:
jad0s 2026-05-13 14:24:24 +02:00
parent 5baec88371
commit f0811942be

View file

@ -24,16 +24,10 @@ spec:
volumeMounts: volumeMounts:
- name : data - name : data
mountPath: /data mountPath: /data
- name: config
mountPath: /data/gitea/conf/app.ini
subPath: app.ini
volumes: volumes:
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim:
claimName: forgejo-data claimName: forgejo-data
- name: config
configMap:
name: forgejo-config
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service