Files
platform/kustomization.yaml
Mayne0213 af1691cedd FEAT(telepresence): add Telepresence traffic manager
- Add ArgoCD Application for Helm chart deployment
- Configure resources with memory request equal to limits
- Enable agent injector with OnDemand policy
2026-01-10 03:29:12 +09:00

14 lines
292 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Platform self-reference
- application.yaml
# Core infrastructure
- cert-manager/argocd.yaml
- traefik/argocd.yaml
- argocd-image-updater/argocd.yaml
- argocd/argocd.yaml
- telepresence/argocd.yaml