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