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.
14 lines
235 B
YAML
14 lines
235 B
YAML
---
|
|
apiVersion: autoscaling.k8s.io/v1
|
|
kind: VerticalPodAutoscaler
|
|
metadata:
|
|
name: kanidm-vpa
|
|
namespace: kanidm
|
|
spec:
|
|
targetRef:
|
|
apiVersion: apps/v1
|
|
kind: StatefulSet
|
|
name: kanidm
|
|
updatePolicy:
|
|
updateMode: "Off"
|