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