-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvpa-argocd-application.yaml
More file actions
40 lines (40 loc) · 958 Bytes
/
Copy pathvpa-argocd-application.yaml
File metadata and controls
40 lines (40 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vpa-recomender
namespace: argocd
spec:
project: default
source:
repoURL: 'https://charts.fairwinds.com/stable'
chart: "vpa"
targetRevision: '4.8.0'
helm:
valuesObject:
fullnameOverride: "vpa-recommender"
recommender:
enabled: true
extraArgs:
v: "4"
pod-recommendation-min-cpu-millicores: 15
pod-recommendation-min-memory-mb: 100
resources:
limits: {}
# cpu: 200m
# memory: 1000Mi
requests:
cpu: 50m
memory: 500Mi
updater:
enabled: false
admissionController:
enabled: false
destination:
name: "in-cluster"
namespace: "vpa"
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true