gitops/apps/minecraft-smp.yaml
jad0s 4c2819b84a
Some checks failed
/ validate (pull_request) Failing after 6s
feat(minecraft): add minecraft
2026-07-02 20:25:27 +02:00

20 lines
449 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: minecraft-smp
namespace: argocd
spec:
project: default
source:
repoURL: https://forgejo.libretalk.eu/jad0s/gitops
targetRevision: main
path: manifests/minecraft-smp
destination:
server: https://kubernetes.default.svc
namespace: minecraft
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true