2023-10-26 18:31:54 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
2023-10-26 18:33:16 +00:00
|
|
|
name: ingress-nginx
|
2023-10-26 18:31:54 +00:00
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
destination:
|
|
|
|
namespace: cluster-ingress
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
project: infra
|
|
|
|
source:
|
|
|
|
chart: ingress-nginx
|
|
|
|
repoURL: https://kubernetes.github.io/ingress-nginx
|
|
|
|
targetRevision: 4.8.3
|
2023-10-26 18:37:28 +00:00
|
|
|
helm:
|
|
|
|
parameters:
|
2023-10-26 18:39:22 +00:00
|
|
|
- name: controller.service.type
|
2023-11-28 21:21:38 +00:00
|
|
|
value: LoadBalancer
|
2023-12-05 16:20:33 +00:00
|
|
|
- name: controller.allowSnippetAnnotations
|
2023-12-05 16:25:45 +00:00
|
|
|
value: "true"
|
2023-10-26 18:31:54 +00:00
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|