Add Factorio
This commit is contained in:
21
apps/application.yaml
Normal file
21
apps/application.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: factorio
|
||||
namespace: argocd # ArgoCD steuert diese App von hier aus
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://itzg.github.io/minecraft-charts
|
||||
chart: factorio
|
||||
targetRevision: 1.0.0
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml # Er wartet darauf, dass ArgoCD diese Datei hier im Ordner findet
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: factorio # Den Namespace musst du vorher einmalig erstellen
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
Reference in New Issue
Block a user