From afaf18dbc3ceb7ac067f513f7095a1e6a813ca87 Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 27 Jan 2026 13:44:58 +0100 Subject: [PATCH] Removing from git, reality being they already died --- everything-app/4ga.yaml | 14 ---------- everything-app/code-server.yaml | 24 ----------------- everything-app/coroot.yaml | 47 --------------------------------- everything-app/nodered.yaml | 25 ------------------ 4 files changed, 110 deletions(-) delete mode 100644 everything-app/4ga.yaml delete mode 100644 everything-app/code-server.yaml delete mode 100644 everything-app/coroot.yaml delete mode 100644 everything-app/nodered.yaml diff --git a/everything-app/4ga.yaml b/everything-app/4ga.yaml deleted file mode 100644 index 79d1a06..0000000 --- a/everything-app/4ga.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: 4ga - namespace: argocd -spec: - destination: - namespace: 4ga - server: https://kubernetes.default.svc - project: apps - source: - path: helm-chart - repoURL: https://github.com/RARgames/4gaBoards.git - targetRevision: HEAD diff --git a/everything-app/code-server.yaml b/everything-app/code-server.yaml deleted file mode 100644 index 18ca2e0..0000000 --- a/everything-app/code-server.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: code-server - namespace: argocd -spec: - destination: - namespace: code-server - server: https://kubernetes.default.svc - project: infra - source: - helm: - parameters: - - name: persistence.storageClass - value: longhorn-fast - - name: image.pullPolicy - value: Always - - name: service.type - value: LoadBalancer - - name: service.port - value: '80' - path: apps-helm/code-server - repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos - targetRevision: HEAD diff --git a/everything-app/coroot.yaml b/everything-app/coroot.yaml deleted file mode 100644 index ed683d0..0000000 --- a/everything-app/coroot.yaml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: coroot-operator - namespace: argocd -spec: - destination: - namespace: coroot - server: https://kubernetes.default.svc - project: infra - source: - chart: coroot-operator - repoURL: https://coroot.github.io/helm-charts - targetRevision: 0.4.4 ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: coroot-distro - namespace: argocd -spec: - destination: - namespace: coroot - server: https://kubernetes.default.svc - project: infra - source: - chart: coroot-ce - repoURL: https://coroot.github.io/helm-charts - targetRevision: 0.3.1 - helm: - valuesObject: - clickhouse: - shards: 1 - replicas: 1 - storage: - className: longhorn-fast - keeper: - replicas: 1 - storage: - className: longhorn-fast - service: - type: LoadBalancer - storage: - className: longhorn-fast - prometheus: - storage: - className: longhorn-fast diff --git a/everything-app/nodered.yaml b/everything-app/nodered.yaml deleted file mode 100644 index 9033354..0000000 --- a/everything-app/nodered.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: nodered - namespace: argocd -spec: - destination: - namespace: nodered - server: https://kubernetes.default.svc - project: apps - source: - chart: node-red - helm: - parameters: - - name: service.type - value: LoadBalancer - - name: persistence.data.enabled - value: 'true' - - name: image.tag - value: 3.1.0-18 - values: "persistence:\n data:\n accessMode: ReadWriteOnce\n size: 1Gi\n\ - \ storageClass: longhorn-fast\nservice:\n port:\n port: 80\n targetPort:\ - \ 1880\n annotations:\n external-dns.alpha.kubernetes.io/hostname: nodered.martyn.berlin" - repoURL: https://k8s-at-home.com/charts/ - targetRevision: 5.4.0