Files
k8s-master/apps/ingress-controller.yaml
2025-04-27 00:45:53 +00:00

21 lines
457 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ingress-controller
namespace: argocd
spec:
project: default
source:
repoURL: 'http://192.168.1.10:30300/xavor/k8s-ingress-controller.git'
targetRevision: HEAD
path: .
destination:
server: 'https://kubernetes.default.svc'
namespace: ingress-nginx
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true