Add unifi controller

This commit is contained in:
2025-08-14 20:28:42 +03:00
parent 1204039ba3
commit da0f3ea05f
5 changed files with 306 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: unifi
namespace: unifi
spec:
project: k-space.ee
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: unifi
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: unifi
syncPolicy:
automated:
prune: true