From 8648d0a49ba42f96ee9784cc10549bc06e615c54 Mon Sep 17 00:00:00 2001 From: Ricardo Rocha <ricardo.rocha@cern.ch> Date: Wed, 12 Jul 2023 22:02:01 +0200 Subject: [PATCH] Add cluster3 for argocd webinar --- clusters/values.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/clusters/values.yaml b/clusters/values.yaml index 46e1f00..dbc59a5 100644 --- a/clusters/values.yaml +++ b/clusters/values.yaml @@ -50,6 +50,18 @@ clusters: mon: "true" project: "Personal rbritoda" region: "cern" + webinar-argocd-003: + config: + cluster-template: "kubernetes-1.25.3-3" + extra-params: "" + flavor: "m2.large" + master-flavor: "m2.large" + node-count: 2 + argocd-labels: + ml: "true" + mon: "true" + project: "Personal rbritoda" + region: "cern" webinar-argocd-004: config: cluster-template: "kubernetes-1.25.3-3" -- GitLab