configure haproxy-ingress
This commit is contained in:
parent
5bae118324
commit
76798a9629
|
@ -8,6 +8,35 @@ haproxy-ingress:
|
||||||
values: |
|
values: |
|
||||||
# values.yaml contents here
|
# values.yaml contents here
|
||||||
|
|
||||||
|
haproxy-ingress:
|
||||||
|
enabled: true
|
||||||
|
values: |-
|
||||||
|
controller:
|
||||||
|
config:
|
||||||
|
fronting-proxy-port: "81"
|
||||||
|
extraArgs:
|
||||||
|
watch-ingress-without-class: ""
|
||||||
|
ingressClass: haproxy
|
||||||
|
ingressClassResource:
|
||||||
|
default: true
|
||||||
|
enabled: true
|
||||||
|
parameters: {}
|
||||||
|
logs:
|
||||||
|
enabled: true
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
service:
|
||||||
|
annotations:
|
||||||
|
metallb.universe.tf/allow-shared-ip: 172.16.17.80
|
||||||
|
metallb.universe.tf/loadBalancerIPs: 172.16.17.80
|
||||||
|
type: LoadBalancer
|
||||||
|
stats:
|
||||||
|
enabled: true
|
||||||
|
tcp:
|
||||||
|
"81": ""
|
||||||
|
serviceAccount:
|
||||||
|
create: true
|
||||||
|
|
||||||
argo-cd:
|
argo-cd:
|
||||||
crds:
|
crds:
|
||||||
install: false
|
install: false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user