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

18 lines
292 B
YAML
Raw Normal View History

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