apiVersion: v1 kind: Service metadata: name: claude-code-hub namespace: {{NAMESPACE}} labels: app: claude-code-hub spec: type: {{APP_SERVICE_TYPE}} selector: app: claude-code-hub ports: - port: 80 targetPort: 3000 name: http