add service and storage
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user