From 7c46b77d2f51f1f9a2dd883b93d4b8b851f6707d Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 15 Dec 2023 10:54:15 +0000 Subject: [PATCH] Added kube-system deployments to new scaleway cluster Signed-off-by: Marcus Noble --- manifests/_apps/blackhole.yaml | 26 ++++++++++++++++++++++++++ manifests/_apps/nginx-lb.yaml | 25 +++++++++++++++++++++++++ manifests/_apps/reloader.yaml | 24 ++++++++++++++++++++++++ 3 files changed, 75 insertions(+) diff --git a/manifests/_apps/blackhole.yaml b/manifests/_apps/blackhole.yaml index 9fcff25..1f42053 100644 --- a/manifests/_apps/blackhole.yaml +++ b/manifests/_apps/blackhole.yaml @@ -22,3 +22,29 @@ spec: - kind: Secret jsonPointers: - /data +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: blackhole-scaleway + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: kube-system + name: scaleway + source: + path: manifests/blackhole + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + automated: {} + syncOptions: + - CreateNamespace=true + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data +--- diff --git a/manifests/_apps/nginx-lb.yaml b/manifests/_apps/nginx-lb.yaml index 01b422a..fa365d1 100644 --- a/manifests/_apps/nginx-lb.yaml +++ b/manifests/_apps/nginx-lb.yaml @@ -22,3 +22,28 @@ spec: - kind: Secret jsonPointers: - /data +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: nginx-scaleway + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: kube-system + name: scaleway + source: + path: manifests/nginx-lb + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + automated: {} + syncOptions: + - CreateNamespace=true + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data diff --git a/manifests/_apps/reloader.yaml b/manifests/_apps/reloader.yaml index be9e625..40b4098 100644 --- a/manifests/_apps/reloader.yaml +++ b/manifests/_apps/reloader.yaml @@ -20,3 +20,27 @@ spec: - kind: Secret jsonPointers: - /data +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: reloader-scaleway + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: kube-system + name: scaleway + source: + repoURL: 'https://stakater.github.io/stakater-charts' + targetRevision: v0.0.89 + chart: reloader + syncPolicy: + automated: {} + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data +---