- Add ArgoCD Application for Helm chart deployment - Configure resources with memory request equal to limits - Enable agent injector with OnDemand policy
14 lines
292 B
YAML
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
|