mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 14:56:49 +07:00
22 lines
433 B
YAML
22 lines
433 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: ingress-nginx
|
||
|
spec:
|
||
|
destination:
|
||
|
name: in-cluster
|
||
|
namespace: kube-system
|
||
|
server: ''
|
||
|
source:
|
||
|
path: ''
|
||
|
repoURL: 'https://kubernetes.github.io/ingress-nginx'
|
||
|
targetRevision: 3.29.0
|
||
|
chart: ingress-nginx
|
||
|
project: default
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|