video-iac/k8s/applications/haproxy-ingress.yaml

25 lines
538 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: |-
# controller:
# hostNetwork: true
prometheus-port: "9105"
project: default