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

33 lines
780 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
targetRevision: "*"
helm:
valueFiles:
- values.yaml
kustomize:
patches:
- target:
kind: Deployment
name: factorio-factorio-server-charts
patch: |
- op: replace
path: /spec/template/spec/hostNetwork
value: false
- op: remove
path: /spec/template/spec/hostPorts
destination:
server: https://kubernetes.default.svc
namespace: factorio
syncPolicy:
automated:
selfHeal: true
prune: true