32 lines
666 B
YAML
32 lines
666 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: haproxy-ingress
|
|
spec:
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
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:
|
|
valueFiles: []
|
|
values: |-
|
|
prometheus-port: "9105"
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
allowEmpty: false
|
|
retry:
|
|
limit: 5
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m |