657d087ccd
Adds a VerticalPodAutoscaler (updateMode: Off, recommendation-only) targeting every Deployment and StatefulSet across apps/base. Off mode never mutates pods, so this only gathers right-sizing recommendations. CNPG Clusters and CronJobs are not VPA targets and are skipped.
21 lines
380 B
YAML
21 lines
380 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- api-deployment.yaml
|
|
- api-hpa.yaml
|
|
- configmap.yaml
|
|
- cnpg_cluster.yaml
|
|
- cnpg_pooler.yaml
|
|
- gateway.yaml
|
|
- httproute.yaml
|
|
- namespace.yaml
|
|
- redis-deployment.yaml
|
|
- services.yaml
|
|
- ui-deployment.yaml
|
|
- ui-hpa.yaml
|
|
- vaultauth.yaml
|
|
- vaultstaticsecret.yaml
|
|
- vpa.yaml
|