diff --git a/manifests/service.yaml b/manifests/service.yaml index aa23eaa..9446e6a 100644 --- a/manifests/service.yaml +++ b/manifests/service.yaml @@ -7,11 +7,8 @@ metadata: app: clawdbox spec: ports: - - name: ssh - port: 2222 + - port: 2222 targetPort: 2222 - - name: clawrganizer - port: 443 - targetPort: 3333 + name: ssh selector: app: clawdbox