From 4defe72bf922e8e025e8558a2606d833f0a90e53 Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Sun, 30 Jun 2024 00:17:27 +0300 Subject: add gitea --- cd/third-party-apps.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 cd/third-party-apps.yaml (limited to 'cd') diff --git a/cd/third-party-apps.yaml b/cd/third-party-apps.yaml new file mode 100644 index 0000000..e583c81 --- /dev/null +++ b/cd/third-party-apps.yaml @@ -0,0 +1,28 @@ +apiVersion: argoproj.io/v1alpha1 +kind: ApplicationSet +metadata: + name: third-party-apps-applicationset + namespace: default +spec: + generators: + - list: + elements: + - chart: gitea + path: third-party-apps/gitea + template: + metadata: + name: '{{chart}}' + spec: + project: default + source: + repoURL: 'https://github.com/makefunstuff/k3s-lab' + targetRevision: HEAD + path: '{{path}}' + destination: + server: 'https://kubernetes.default.svc' + namespace: apps + syncPolicy: + automated: + prune: true + selfHeal: true + -- cgit 1.4.1-2-gfad0