feat(k8s): expose workclub services via LAN NodePorts

Expose frontend, API, and Keycloak on stable NodePorts and align app/keycloak external URLs for local-network browser access.
This commit is contained in:
WorkClub Automation
2026-03-13 06:33:50 +01:00
parent eaa163afa4
commit d4f09295be
5 changed files with 14 additions and 9 deletions

View File

@@ -6,11 +6,12 @@ metadata:
app: workclub-frontend
component: frontend
spec:
type: ClusterIP
type: NodePort
selector:
app: workclub-frontend
ports:
- name: http
port: 80
targetPort: 3000
nodePort: 30080
protocol: TCP