Files
work-club-manager/infra/k8s/overlays/dev/kustomization.yaml
WorkClub Automation eaa163afa4 fix(k8s): stabilize keycloak rollout and align CD deploy manifests
Update Keycloak probe/realm import behavior and authority config so auth services start reliably on the dev cluster, while keeping CD deployment steps aligned with the actual Kubernetes overlay behavior.
2026-03-13 06:25:07 +01:00

40 lines
814 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- secrets.yaml
namespace: workclub-dev
commonLabels:
environment: development
images:
- name: 192.168.241.13:8080/workclub-api
newName: 192.168.241.13:8080/workclub-api
newTag: dev
- name: 192.168.241.13:8080/workclub-frontend
newName: 192.168.241.13:8080/workclub-frontend
newTag: dev
replicas:
- name: workclub-api
count: 1
- name: workclub-frontend
count: 1
patches:
- path: patches/backend-resources.yaml
target:
kind: Deployment
name: workclub-api
- path: patches/frontend-resources.yaml
target:
kind: Deployment
name: workclub-frontend
- path: patches/postgres-patch.yaml
target:
kind: StatefulSet
name: workclub-postgres