Added cs16 server
All checks were successful
Check with kubeconform / lint (push) Successful in 11s

This commit is contained in:
AB from home.homenet
2025-07-17 01:15:35 +03:00
parent d7a425d005
commit b682b7f8ef
4 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
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