reverted the claw's changes

This commit is contained in:
2026-02-02 14:57:06 +11:00
parent fb864eb52f
commit 449e7f690a

View File

@@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: clawdbox
namespace: clawdbox
labels:
app: clawdbox
spec:
@@ -19,7 +20,7 @@ spec:
serviceAccountName: clawd-sa
containers:
- name: clawdbox
image: image-registry.openshift-image-registry.svc:5000/clawdbox/clawdbox:latest
image: default-route-openshift-image-registry.apps.lab.apilab.us/clawdbox/clawdbox:latest
imagePullPolicy: Always
ports:
- containerPort: 2222
@@ -43,6 +44,8 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault
volumes:
- name: data-volume
persistentVolumeClaim:
@@ -51,28 +54,4 @@ spec:
secret:
secretName: clawdbox-ssh-keys
defaultMode: 0600
---
apiVersion: v1
kind: Service
metadata:
name: clawdbox
labels:
app: clawdbox
spec:
ports:
- port: 2222
targetPort: 2222
name: ssh
selector:
app: clawdbox
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: clawdbox-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi