Add navix application

This commit is contained in:
dvirlabs 2025-06-05 01:40:44 +03:00
parent 8fe875bc2c
commit 23eb0dc0e1

21
argocd-apps/navix.yaml Normal file
View File

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: navix
namespace: argocd
spec:
project: my-apps
source:
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
targetRevision: HEAD
path: charts/navix-helm
helm:
valueFiles:
- ../../manifests/navix/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: my-apps
syncPolicy:
automated:
prune: true
selfHeal: true