From 42ab05cc7a7599799321d013f195e9b9ff414eb1 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 11 Feb 2023 21:14:17 +0100 Subject: [PATCH] Install VPA and Goldilocks --- cluster2/goldilocks.yaml | 11 +++++++++++ cluster_test/goldilocks.yaml | 11 +++++++++++ common/vpa.yaml | 13 +++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 cluster2/goldilocks.yaml create mode 100644 cluster_test/goldilocks.yaml create mode 100644 common/vpa.yaml diff --git a/cluster2/goldilocks.yaml b/cluster2/goldilocks.yaml new file mode 100644 index 0000000..71a7ded --- /dev/null +++ b/cluster2/goldilocks.yaml @@ -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: | diff --git a/cluster_test/goldilocks.yaml b/cluster_test/goldilocks.yaml new file mode 100644 index 0000000..45f1379 --- /dev/null +++ b/cluster_test/goldilocks.yaml @@ -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: | diff --git a/common/vpa.yaml b/common/vpa.yaml new file mode 100644 index 0000000..df0837e --- /dev/null +++ b/common/vpa.yaml @@ -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 -- 2.40.1