diff --git a/clusters/cl01tl/platform/ollama/values.yaml b/clusters/cl01tl/platform/ollama/values.yaml index 6edec718d..15ebae323 100644 --- a/clusters/cl01tl/platform/ollama/values.yaml +++ b/clusters/cl01tl/platform/ollama/values.yaml @@ -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