turash/k8s/kustomization.yaml
Damir Mukimov c60fd6a91f
Some checks failed
CI/CD Pipeline / backend-lint (push) Failing after 1m18s
CI/CD Pipeline / frontend-lint (push) Failing after 1m22s
CI/CD Pipeline / e2e-test (push) Has been skipped
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / backend-build (push) Has been skipped
Configure k8s manifests for Argo CD deployment
- Add namespace.yaml for turash namespace
- Add frontend manifests (deployment, service, HPA, ingress)
- Add kustomization.yaml for Argo CD kustomize support
- Update frontend Argo CD application with proper annotations
- Configure ingress with domain turash.bk.glpx.pro for Argo CD link display
- Use registry.bk.glpx.pro for container images
2025-12-24 22:52:02 +01:00

17 lines
308 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: turash
resources:
- namespace.yaml
- frontend-deployment.yaml
- frontend-service.yaml
- frontend-hpa.yaml
- frontend-ingress.yaml
commonLabels:
app.kubernetes.io/managed-by: argocd
app.kubernetes.io/part-of: turash