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