agent(openclaw): persist gateway state
This commit is contained in:
parent
89345cfddc
commit
c5dc6a6c80
@ -23,7 +23,7 @@ spec:
|
||||
ai.bstein.dev/instructions: kubectl-field-selectors
|
||||
ai.bstein.dev/role: testing-triage
|
||||
ai.bstein.dev/placement: arm64 gateway lane (jetson preferred)
|
||||
ai.bstein.dev/config-rev: "20260520-agent-trusted-proxy"
|
||||
ai.bstein.dev/config-rev: "20260521-persistent-home"
|
||||
spec:
|
||||
serviceAccountName: openclaw-triage
|
||||
automountServiceAccountToken: true
|
||||
@ -230,7 +230,8 @@ spec:
|
||||
memory: 2Gi
|
||||
volumes:
|
||||
- name: home
|
||||
emptyDir: {}
|
||||
persistentVolumeClaim:
|
||||
claimName: openclaw-home
|
||||
- name: config
|
||||
configMap:
|
||||
name: openclaw-config
|
||||
|
||||
@ -7,6 +7,7 @@ resources:
|
||||
- configmap.yaml
|
||||
- rbac.yaml
|
||||
- agent-vault-serviceaccount.yaml
|
||||
- pvc.yaml
|
||||
- ollama-deployment.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
|
||||
15
services/openclaw/pvc.yaml
Normal file
15
services/openclaw/pvc.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
# services/openclaw/pvc.yaml
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: openclaw-home
|
||||
namespace: openclaw
|
||||
labels:
|
||||
app: openclaw
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: astreae
|
||||
resources:
|
||||
requests:
|
||||
storage: 2Gi
|
||||
Loading…
x
Reference in New Issue
Block a user