Files
homelab/k8s/games/counter-strike-16/app.yaml
AB from home.homenet b682b7f8ef
All checks were successful
Check with kubeconform / lint (push) Successful in 11s
Added cs16 server
2025-07-17 01:15:35 +03:00

22 lines
462 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: counter-strike-16
namespace: argocd
spec:
project: games
destination:
namespace: counter-strike
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/games/counter-strike-16
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true