openclaw: use ephemeral jetson state for mvp
This commit is contained in:
parent
1bc58e10c0
commit
1fcb12bcb8
@ -163,8 +163,7 @@ spec:
|
|||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
volumes:
|
volumes:
|
||||||
- name: home
|
- name: home
|
||||||
persistentVolumeClaim:
|
emptyDir: {}
|
||||||
claimName: openclaw-home
|
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
name: openclaw-config
|
name: openclaw-config
|
||||||
@ -172,4 +171,3 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: tools
|
- name: tools
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|
||||||
|
|||||||
@ -4,11 +4,9 @@ kind: Kustomization
|
|||||||
namespace: openclaw
|
namespace: openclaw
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- pvc.yaml
|
|
||||||
- configmap.yaml
|
- configmap.yaml
|
||||||
- rbac.yaml
|
- rbac.yaml
|
||||||
- ollama-deployment.yaml
|
- ollama-deployment.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
|
||||||
|
|||||||
@ -35,8 +35,7 @@ spec:
|
|||||||
- titan-21
|
- titan-21
|
||||||
volumes:
|
volumes:
|
||||||
- name: models
|
- name: models
|
||||||
persistentVolumeClaim:
|
emptyDir: {}
|
||||||
claimName: openclaw-ollama-models
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: warm-model
|
- name: warm-model
|
||||||
image: ollama/ollama@sha256:2c9595c555fd70a28363489ac03bd5bf9e7c5bdf2890373c3a830ffd7252ce6d
|
image: ollama/ollama@sha256:2c9595c555fd70a28363489ac03bd5bf9e7c5bdf2890373c3a830ffd7252ce6d
|
||||||
@ -110,4 +109,3 @@ spec:
|
|||||||
cpu: "6"
|
cpu: "6"
|
||||||
memory: 12Gi
|
memory: 12Gi
|
||||||
nvidia.com/gpu.shared: 1
|
nvidia.com/gpu.shared: 1
|
||||||
|
|
||||||
|
|||||||
@ -1,27 +0,0 @@
|
|||||||
# services/openclaw/pvc.yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: openclaw-home
|
|
||||||
namespace: openclaw
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 10Gi
|
|
||||||
storageClassName: asteria
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: openclaw-ollama-models
|
|
||||||
namespace: openclaw
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 16Gi
|
|
||||||
storageClassName: asteria
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user