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