Initial GitOps structure

This commit is contained in:
2026-06-18 12:46:33 +00:00
parent 531c5d57a8
commit 80c6f9a7c4
7 changed files with 167 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ingress-private
namespace: argocd
spec:
project: default
sources:
- repoURL: https://kubernetes.github.io/ingress-nginx
chart: ingress-nginx
targetRevision: "*"
helm:
valueFiles:
- $values/helm/ingress-private/values.yaml
- repoURL: https://gitea.uzbutterfly.com/admin/k8s-manifests
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: ingress-private
syncPolicy:
automated:
prune: true
selfHeal: true