add config to set homepage image

This commit is contained in:
2025-06-19 19:33:30 +05:30
parent 0301208a2b
commit bfc668efee
3 changed files with 19 additions and 0 deletions

View File

@@ -78,10 +78,15 @@ spec:
subPath: widgets.yaml
- mountPath: /app/config/logs
name: logs
- mountPath: /app/public/images
name: images
volumes:
- name: homepage-config
configMap:
name: homepage
- name: images
persistentVolumeClaim:
claimName: longhorn-homepage
- name: logs
emptyDir: {}
- name: tmp