service.yaml 261 B

123456789101112131415
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: claude-code-hub
  5. namespace: {{NAMESPACE}}
  6. labels:
  7. app: claude-code-hub
  8. spec:
  9. type: {{APP_SERVICE_TYPE}}
  10. selector:
  11. app: claude-code-hub
  12. ports:
  13. - port: 80
  14. targetPort: 3000
  15. name: http