Split up folders in pvc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-03-30 20:14:14 -04:00
parent fa4aa495d1
commit 1cdd2b28ec
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -25,7 +25,24 @@ spec:
- containerPort: 5005
volumeMounts:
- name: config-volume
mountPath: /app
mountPath: /app/characters
subPath: characters
- name: config-volume
mountPath: /app/loras
subPath: loras
- name: config-volume
mountPath: /app/models
subPath: models
- name: config-volume
mountPath: /app/presets
subPath: presets
- name: config-volume
mountPath: /app/prompts
subPath: prompts
- name: config-volume
mountPath: /app/training
subPath: training
resources:
limits:
nvidia.com/gpu: 1