Removing from git, reality being they already died

This commit is contained in:
Martyn 2026-01-27 13:44:58 +01:00
parent 693c65c844
commit afaf18dbc3
4 changed files with 0 additions and 110 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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