From 7489d9235db6283bda10b8dfe3d1202af0e94842 Mon Sep 17 00:00:00 2001 From: HDW Date: Sat, 25 Apr 2026 00:34:02 +0200 Subject: [PATCH] Add Factorio --- apps/application.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/application.yaml b/apps/application.yaml index 04282b4..eaa8c60 100644 --- a/apps/application.yaml +++ b/apps/application.yaml @@ -2,19 +2,18 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: factorio - namespace: argocd # ArgoCD steuert diese App von hier aus + namespace: argocd spec: project: default source: -source: repoURL: https://sqljames.github.io/factorio-server-charts chart: factorio-server-charts helm: valueFiles: - - values.yaml # Er wartet darauf, dass ArgoCD diese Datei hier im Ordner findet + - values.yaml destination: server: https://kubernetes.default.svc - namespace: factorio # Den Namespace musst du vorher einmalig erstellen + namespace: games syncPolicy: automated: selfHeal: true