Files
cluster-state/apps/application.yaml
2026-04-25 00:34:02 +02:00

21 lines
427 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: factorio
namespace: argocd
spec:
project: default
source:
repoURL: https://sqljames.github.io/factorio-server-charts
chart: factorio-server-charts
helm:
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc
namespace: games
syncPolicy:
automated:
selfHeal: true
prune: true