Fix server opts for haproxy in complete example

Change-Id: I53f5993274ea0c5509243eb8e05f6705239700e6
This commit is contained in:
Mark Burnett 2018-03-28 09:08:40 -05:00
parent 2a8225bcc5
commit 84072c99d0
1 changed files with 2 additions and 2 deletions

View File

@ -621,7 +621,7 @@ data:
services:
default:
kubernetes:
server_opts: "check"
server_opts: "check port 6443"
conf_parts:
frontend:
- mode tcp
@ -634,7 +634,7 @@ data:
- option redispatch
kube-system:
kubernetes-etcd:
server_opts: "check"
server_opts: "check port 2379"
conf_parts:
frontend:
- mode tcp