Files
work-club-manager/.sisyphus/evidence/task-6-resource-names.txt

27 lines
919 B
Plaintext
Raw Normal View History

Full Resource List from kustomize build
========================================
Deployments:
- workclub-api (port 8080, dotnet-api service)
- workclub-frontend (port 3000, nextjs service)
- workclub-keycloak (port 8080, auth service)
StatefulSet:
- workclub-postgres (port 5432, database service)
Services (ClusterIP):
- workclub-api (selector: app=workclub-api)
- workclub-frontend (selector: app=workclub-frontend)
- workclub-keycloak (selector: app=workclub-keycloak)
- workclub-postgres (selector: app=workclub-postgres)
- workclub-postgres-headless (clusterIP: None, for StatefulSet DNS)
ConfigMaps:
- workclub-config (application settings: log-level, cors-origins, api-base-url, etc.)
- postgres-init (initialization script for database setup)
Ingress:
- workclub-ingress (path-based routing: / → frontend, /api → backend)
All resources created with consistent workclub- prefix