flux: added goldilocks + vpa
This commit is contained in:
parent
fe5c0246e5
commit
c6f0b742de
9 changed files with 75 additions and 0 deletions
24
flux/cluster/apps/monitoring/vpa/helm-release.yaml
Normal file
24
flux/cluster/apps/monitoring/vpa/helm-release.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: vpa
|
||||
namespace: monitoring
|
||||
spec:
|
||||
interval: 5m
|
||||
chart:
|
||||
spec:
|
||||
chart: vpa
|
||||
version: 1.3.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: fairwinds-charts
|
||||
namespace: flux-system
|
||||
interval: 5m
|
||||
timeout: 20m
|
||||
values:
|
||||
recommender:
|
||||
enabled: true
|
||||
updater:
|
||||
enabled: false
|
||||
admissionController:
|
||||
enabled: false
|
Loading…
Add table
Add a link
Reference in a new issue