remove haproxy ingress
This commit is contained in:
parent
7f5ee35bba
commit
788f4b8e8e
|
|
@ -1,36 +0,0 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: haproxy-ingress
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: haproxy-ingress
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
path: ''
|
||||
repoURL: 'https://haproxy-ingress.github.io/charts'
|
||||
targetRevision: 0.13.4
|
||||
chart: haproxy-ingress
|
||||
# helm:
|
||||
# parameters:
|
||||
# - name: controller.hostNetwork
|
||||
# value: 'true'
|
||||
# valueFiles: []
|
||||
# values: |-
|
||||
# controller:
|
||||
# hostNetwork: true
|
||||
# prometheus-port: "9105"
|
||||
project: default
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
allowEmpty: false
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
duration: 5s
|
||||
factor: 2
|
||||
maxDuration: 3m
|
||||
Loading…
Reference in New Issue