Add Factorio

This commit is contained in:
HDW
2026-04-25 00:34:02 +02:00
parent 91874ef380
commit 7489d9235d

View File

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