Update ports

This commit is contained in:
ant31
2015-12-16 17:43:26 +01:00
parent 6012230110
commit 958c770bef
5 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ spec:
command:
- /hyperkube
- controller-manager
- --master=http://127.0.0.1:8080
- --master=http://127.0.0.1:{{kube_apiserver_insecure_port}}
- --service-account-private-key-file={{ kube_cert_dir }}/apiserver-key.pem
- --root-ca-file={{ kube_cert_dir }}/ca.pem
- --v={{ kube_log_level | default('2') }}

View File

@@ -11,7 +11,7 @@ spec:
command:
- /hyperkube
- scheduler
- --master=http://127.0.0.1:8080
- --master=http://127.0.0.1:{{kube_apiserver_insecure_port}}
- --v={{ kube_log_level | default('2') }}
livenessProbe:
httpGet: