25 lines
568 B
YAML
25 lines
568 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: ingress-nginx
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: ingress-nginx
|
|
server: {{ .Values.spec.destination.server }}
|
|
project: default
|
|
source:
|
|
chart: ingress-nginx
|
|
repoURL: https://kubernetes.github.io/ingress-nginx
|
|
targetRevision: 4.*.*
|
|
helm:
|
|
valuesObject:
|
|
controller:
|
|
hostNetwork: true
|
|
service:
|
|
enabled: false
|
|
kind: DaemonSet
|
|
tcp:
|
|
22: "gitea/gitea-ssh:22"
|
|
syncPolicy:
|
|
automated: {} |