Install VPA and Goldilocks

This commit is contained in:
Nikolai Rodionov 2023-02-11 21:14:17 +01:00
parent 0b13e312ae
commit 42ab05cc7a
3 changed files with 35 additions and 0 deletions

11
cluster2/goldilocks.yaml Normal file
View File

@ -0,0 +1,11 @@
argo:
cluster: https://kubernetes.default.svc
application: goldilocks
project: default
namespace: vpa-system
path: .
chart:
version: 6.5.0
name: goldilocks
repo: https://charts.fairwinds.com/stable
values: |

View File

@ -0,0 +1,11 @@
argo:
cluster: https://kubernetes.default.svc
application: goldilocks
project: system
namespace: vpa-system
path: .
chart:
version: 6.5.0
name: goldilocks
repo: https://charts.fairwinds.com/stable
values: |

13
common/vpa.yaml Normal file
View File

@ -0,0 +1,13 @@
argo:
cluster: https://kubernetes.default.svc
application: vpa
project: default
namespace: vpa-system
path: .
chart:
version: 1.6.0
name: vpa
repo: https://charts.fairwinds.com/stable
values: |
updater:
enabled: false