Files
ClawdBox/manifests/service.yaml
Conan Scott a1cd6d88cd added namespace, pvc and service.yaml
TO-DO: deployment.yaml and dockerfile adaptations
2026-02-02 13:36:33 +11:00

13 lines
194 B
YAML

apiVersion: v1
kind: Service
metadata:
name: clawdbox
namespace: clawdbox
spec:
selector:
app.kubernetes.io/name: clawdbox
ports:
- name: ssh
port: 22
targetPort: 22