From a44bff8b9880a37110eb4b9a75ffe9093a7b8a74 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 09:41:52 +0000 Subject: [PATCH] Add the repo and goldilocks vpa gui Signed-off-by: Martyn Ranyard --- everything-app/goldilocks.yaml | 19 +++++++++++++++++++ everything-app/project-infra.yaml | 1 + 2 files changed, 20 insertions(+) create mode 100644 everything-app/goldilocks.yaml diff --git a/everything-app/goldilocks.yaml b/everything-app/goldilocks.yaml new file mode 100644 index 0000000..022d6dc --- /dev/null +++ b/everything-app/goldilocks.yaml @@ -0,0 +1,19 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: goldilocks + namespace: argocd +spec: + destination: + namespace: goldilocks + server: https://kubernetes.default.svc + project: infra + source: + helm: + parameters: + chart: goldilocks + repoURL: https://charts.goldilocks.io + targetRevision: 1.6.0 + syncPolicy: + automated: + selfHeal: true diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index b26cb29..6f0c882 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -37,3 +37,4 @@ spec: - https://charts.gabe565.com - https://charts.longhorn.io - https://git.deuxfleurs.fr/Deuxfleurs/garage + - https://charts.fairwinds.com/stable