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 -