add service and storage

This commit is contained in:
2025-01-25 22:53:12 -06:00
parent e3fb09829d
commit a12115b80e

View File

@@ -119,6 +119,13 @@ ollama:
port: 11434
targetPort: 11434
protocol: HTTP
stable-diffusion:
controller: stable-diffusion
ports:
http:
port: 7860
targetPort: 7860
protocol: HTTP
web:
controller: web
ports:
@@ -152,6 +159,16 @@ ollama:
main:
- path: /root/.ollama
readOnly: false
workspace:
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 50Gi
retain: true
advancedMounts:
stable-diffusion:
main:
- path: /workspace
readOnly: false
web-data:
storageClass: ceph-block
accessMode: ReadWriteOnce