change replica count to 2 to allow proper updates + simple nc rewrite
parent
2a7cfeac59
commit
8f206ba677
|
@ -4,9 +4,11 @@
|
||||||
# helm repo add haproxytech https://haproxytech.github.io/helm-charts && helm repo update
|
# helm repo add haproxytech https://haproxytech.github.io/helm-charts && helm repo update
|
||||||
# helm install haproxy haproxytech/kubernetes-ingress --namespace haproxy -f haproxy.yml
|
# helm install haproxy haproxytech/kubernetes-ingress --namespace haproxy -f haproxy.yml
|
||||||
controller:
|
controller:
|
||||||
replicaCount: 1
|
replicaCount: 2
|
||||||
extraArgs:
|
extraArgs:
|
||||||
- --configmap-tcp-services=haproxy/tcpservices
|
- --configmap-tcp-services=haproxy/tcpservices
|
||||||
|
config:
|
||||||
|
path-rewrite: /s/(.*)/p /s/\1/preview
|
||||||
service:
|
service:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
nodePorts:
|
nodePorts:
|
||||||
|
@ -29,4 +31,4 @@ controller:
|
||||||
nodePort: 30565
|
nodePort: 30565
|
||||||
|
|
||||||
defaultBackend:
|
defaultBackend:
|
||||||
replicaCount: 1
|
replicaCount: 2
|
||||||
|
|
Loading…
Reference in New Issue