Add Factorio
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user