Files
work-club-manager/infra/k8s/base/backend-service.yaml
T

18 lines
280 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: workclub-api
labels:
app: workclub-api
component: backend
spec:
type: NodePort
selector:
app: workclub-api
ports:
2026-03-20 22:50:51 +01:00
- name: http
port: 8080
targetPort: 8080
nodePort: 30501
protocol: TCP