From cfef345f93b85cfb747ec06ac8783976d1c59c5b Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 3 Apr 2021 10:59:38 +0100 Subject: [PATCH] Added more apps --- manifests/_apps/jackett.yaml | 24 +++++++++++++++++++ manifests/_apps/kube-janitor.yaml | 24 +++++++++++++++++++ manifests/_apps/nodered.yaml | 24 +++++++++++++++++++ manifests/_apps/outline.yaml | 24 +++++++++++++++++++ manifests/_apps/paradoxfox.yaml | 24 +++++++++++++++++++ manifests/_apps/printer.yaml | 24 +++++++++++++++++++ manifests/_apps/qr.yaml | 24 +++++++++++++++++++ manifests/_apps/radarr.yaml | 24 +++++++++++++++++++ manifests/_apps/rss.yaml | 24 +++++++++++++++++++ manifests/_apps/sonarr.yaml | 24 +++++++++++++++++++ manifests/_apps/svg-to-dxf.yaml | 24 +++++++++++++++++++ manifests/_apps/talks.yaml | 24 +++++++++++++++++++ manifests/_apps/til.yaml | 24 +++++++++++++++++++ manifests/_apps/traefik-lb.yaml | 24 +++++++++++++++++++ manifests/_apps/transmission.yaml | 24 +++++++++++++++++++ manifests/_apps/tweetsvg.yaml | 24 +++++++++++++++++++ manifests/_apps/twitter-profile-pic.yaml | 24 +++++++++++++++++++ manifests/_apps/website-to-remarkable.yaml | 24 +++++++++++++++++++ manifests/kube-janitor/kube-janitor.yaml | 5 ---- manifests/nodered/nodered.yaml | 5 ---- manifests/outline/outline.yaml | 5 ---- manifests/paradoxfox/paradoxfox.yaml | 5 ---- manifests/qr/qr.yaml | 5 ---- manifests/rss/rss.yaml | 5 ---- manifests/svg-to-dxf/svg-to-dxf.yaml | 5 ---- manifests/talks/talks.yaml | 5 ---- manifests/til/til.yaml | 5 ---- manifests/tweetsvg/tweetsvg.yaml | 5 ---- .../twitter-profile-pic.yaml | 5 ---- 29 files changed, 432 insertions(+), 55 deletions(-) diff --git a/manifests/_apps/jackett.yaml b/manifests/_apps/jackett.yaml index e69de29..ce92a8e 100644 --- a/manifests/_apps/jackett.yaml +++ b/manifests/_apps/jackett.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: jackett + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: inlets + name: cluster-fun (scaleway) + source: + path: manifests/jackett + 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/kube-janitor.yaml b/manifests/_apps/kube-janitor.yaml index e69de29..8981b11 100644 --- a/manifests/_apps/kube-janitor.yaml +++ b/manifests/_apps/kube-janitor.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kube-janitor + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: kube-janitor + name: cluster-fun (scaleway) + source: + path: manifests/kube-janitor + 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/nodered.yaml b/manifests/_apps/nodered.yaml index e69de29..89e9e6e 100644 --- a/manifests/_apps/nodered.yaml +++ b/manifests/_apps/nodered.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: nodered + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: node-red + name: cluster-fun (scaleway) + source: + path: manifests/nodered + 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/outline.yaml b/manifests/_apps/outline.yaml index e69de29..331a07d 100644 --- a/manifests/_apps/outline.yaml +++ b/manifests/_apps/outline.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: outline + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: outline + name: cluster-fun (scaleway) + source: + path: manifests/outline + 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/paradoxfox.yaml b/manifests/_apps/paradoxfox.yaml index e69de29..84bb2df 100644 --- a/manifests/_apps/paradoxfox.yaml +++ b/manifests/_apps/paradoxfox.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: paradoxfox + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: paradoxfox + name: cluster-fun (scaleway) + source: + path: manifests/paradoxfox + 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/printer.yaml b/manifests/_apps/printer.yaml index e69de29..8036862 100644 --- a/manifests/_apps/printer.yaml +++ b/manifests/_apps/printer.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: printer + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: inlets + name: cluster-fun (scaleway) + source: + path: manifests/printer + 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/qr.yaml b/manifests/_apps/qr.yaml index e69de29..383bc40 100644 --- a/manifests/_apps/qr.yaml +++ b/manifests/_apps/qr.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: qr + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: qr + name: cluster-fun (scaleway) + source: + path: manifests/qr + 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/radarr.yaml b/manifests/_apps/radarr.yaml index e69de29..4872704 100644 --- a/manifests/_apps/radarr.yaml +++ b/manifests/_apps/radarr.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: radarr + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: inlets + name: cluster-fun (scaleway) + source: + path: manifests/radarr + 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/rss.yaml b/manifests/_apps/rss.yaml index e69de29..8c6efb3 100644 --- a/manifests/_apps/rss.yaml +++ b/manifests/_apps/rss.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: rss + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: rss + name: cluster-fun (scaleway) + source: + path: manifests/rss + 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/sonarr.yaml b/manifests/_apps/sonarr.yaml index e69de29..427bcdf 100644 --- a/manifests/_apps/sonarr.yaml +++ b/manifests/_apps/sonarr.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: sonarr + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: inlets + name: cluster-fun (scaleway) + source: + path: manifests/sonarr + 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/svg-to-dxf.yaml b/manifests/_apps/svg-to-dxf.yaml index e69de29..e0ec8af 100644 --- a/manifests/_apps/svg-to-dxf.yaml +++ b/manifests/_apps/svg-to-dxf.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: svg-to-dxf + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: svg-to-dxf + name: cluster-fun (scaleway) + source: + path: manifests/svg-to-dxf + 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/talks.yaml b/manifests/_apps/talks.yaml index e69de29..564a890 100644 --- a/manifests/_apps/talks.yaml +++ b/manifests/_apps/talks.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: talks + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: talks + name: cluster-fun (scaleway) + source: + path: manifests/talks + 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/til.yaml b/manifests/_apps/til.yaml index e69de29..5890049 100644 --- a/manifests/_apps/til.yaml +++ b/manifests/_apps/til.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: til + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: til + name: cluster-fun (scaleway) + source: + path: manifests/til + 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/traefik-lb.yaml b/manifests/_apps/traefik-lb.yaml index e69de29..909af4f 100644 --- a/manifests/_apps/traefik-lb.yaml +++ b/manifests/_apps/traefik-lb.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: traefik-lb + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: kube-system + name: cluster-fun (scaleway) + source: + path: manifests/traefik-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/transmission.yaml b/manifests/_apps/transmission.yaml index e69de29..14c9279 100644 --- a/manifests/_apps/transmission.yaml +++ b/manifests/_apps/transmission.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: transmission + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: inlets + name: cluster-fun (scaleway) + source: + path: manifests/transmission + 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/tweetsvg.yaml b/manifests/_apps/tweetsvg.yaml index e69de29..ce4df3b 100644 --- a/manifests/_apps/tweetsvg.yaml +++ b/manifests/_apps/tweetsvg.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: tweetsvg + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: tweetsvg + name: cluster-fun (scaleway) + source: + path: manifests/tweetsvg + 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/twitter-profile-pic.yaml b/manifests/_apps/twitter-profile-pic.yaml index e69de29..8a94849 100644 --- a/manifests/_apps/twitter-profile-pic.yaml +++ b/manifests/_apps/twitter-profile-pic.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: twitter-profile-pic + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: twitter-profile-pic + name: cluster-fun (scaleway) + source: + path: manifests/twitter-profile-pic + 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/website-to-remarkable.yaml b/manifests/_apps/website-to-remarkable.yaml index e69de29..abafc5f 100644 --- a/manifests/_apps/website-to-remarkable.yaml +++ b/manifests/_apps/website-to-remarkable.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: website-to-remarkable + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: website-to-remarkable + name: cluster-fun (scaleway) + source: + path: manifests/website-to-remarkable + 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/kube-janitor/kube-janitor.yaml b/manifests/kube-janitor/kube-janitor.yaml index 5878edc..9b6e3d8 100644 --- a/manifests/kube-janitor/kube-janitor.yaml +++ b/manifests/kube-janitor/kube-janitor.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: kube-janitor ---- -apiVersion: v1 kind: ServiceAccount metadata: name: kube-janitor diff --git a/manifests/nodered/nodered.yaml b/manifests/nodered/nodered.yaml index 41a4e63..ebbe8bf 100644 --- a/manifests/nodered/nodered.yaml +++ b/manifests/nodered/nodered.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: node-red ---- -apiVersion: v1 kind: Secret metadata: name: node-red diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index e792748..2d118c2 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: outline ---- -apiVersion: v1 kind: Secret metadata: name: outline diff --git a/manifests/paradoxfox/paradoxfox.yaml b/manifests/paradoxfox/paradoxfox.yaml index 9aa21dd..adff478 100644 --- a/manifests/paradoxfox/paradoxfox.yaml +++ b/manifests/paradoxfox/paradoxfox.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: paradoxfox ---- -apiVersion: v1 kind: Secret metadata: name: docker-config diff --git a/manifests/qr/qr.yaml b/manifests/qr/qr.yaml index a24477f..c73af1b 100644 --- a/manifests/qr/qr.yaml +++ b/manifests/qr/qr.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: qr ---- -apiVersion: v1 kind: Service metadata: name: qr diff --git a/manifests/rss/rss.yaml b/manifests/rss/rss.yaml index b9e7ccc..701bd9c 100644 --- a/manifests/rss/rss.yaml +++ b/manifests/rss/rss.yaml @@ -1,8 +1,3 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: rss ---- kind: PersistentVolumeClaim apiVersion: v1 metadata: diff --git a/manifests/svg-to-dxf/svg-to-dxf.yaml b/manifests/svg-to-dxf/svg-to-dxf.yaml index 6b20ff4..fd874dd 100644 --- a/manifests/svg-to-dxf/svg-to-dxf.yaml +++ b/manifests/svg-to-dxf/svg-to-dxf.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: svg-to-dxf ---- -apiVersion: v1 kind: Service metadata: name: svg-to-dxf diff --git a/manifests/talks/talks.yaml b/manifests/talks/talks.yaml index a8d3636..8784840 100644 --- a/manifests/talks/talks.yaml +++ b/manifests/talks/talks.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: talks ---- -apiVersion: v1 kind: Service metadata: name: talks diff --git a/manifests/til/til.yaml b/manifests/til/til.yaml index 594ebaa..bf2c330 100644 --- a/manifests/til/til.yaml +++ b/manifests/til/til.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: til ---- -apiVersion: v1 kind: Service metadata: name: til diff --git a/manifests/tweetsvg/tweetsvg.yaml b/manifests/tweetsvg/tweetsvg.yaml index 2b00ef9..93d60ca 100644 --- a/manifests/tweetsvg/tweetsvg.yaml +++ b/manifests/tweetsvg/tweetsvg.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: tweetsvg ---- -apiVersion: v1 kind: Secret metadata: name: tweetsvg diff --git a/manifests/twitter-profile-pic/twitter-profile-pic.yaml b/manifests/twitter-profile-pic/twitter-profile-pic.yaml index 21ade65..3cd819c 100644 --- a/manifests/twitter-profile-pic/twitter-profile-pic.yaml +++ b/manifests/twitter-profile-pic/twitter-profile-pic.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: twitter-profile-pic ---- -apiVersion: v1 kind: Secret metadata: name: twitter-profile-pic