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 kind: Application
metadata: metadata:
name: factorio name: factorio
namespace: argocd # ArgoCD steuert diese App von hier aus namespace: argocd
spec: spec:
project: default project: default
source:
source: source:
repoURL: https://sqljames.github.io/factorio-server-charts repoURL: https://sqljames.github.io/factorio-server-charts
chart: factorio-server-charts chart: factorio-server-charts
helm: helm:
valueFiles: valueFiles:
- values.yaml # Er wartet darauf, dass ArgoCD diese Datei hier im Ordner findet - values.yaml
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: factorio # Den Namespace musst du vorher einmalig erstellen namespace: games
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true selfHeal: true