From 7e155492214be01488e6437ccb8228f60a07c35f Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 2 Feb 2026 13:37:00 +1100 Subject: [PATCH] seperated manifests --- manifests/deployment.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index bc30bb2..2f8bf59 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -50,29 +50,3 @@ 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 -