25 lines
604 B
YAML
25 lines
604 B
YAML
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
|