Change IPs to match hyperkube

This commit is contained in:
John Belamaric
2016-11-15 13:42:38 +00:00
parent afe4368c34
commit 99b60d2966
2 changed files with 21 additions and 21 deletions

View File

@@ -99,7 +99,7 @@ metadata:
spec:
selector:
app: app-1-a
clusterIP: 10.3.0.100
clusterIP: 10.0.0.100
ports:
- name: http
port: 80
@@ -116,7 +116,7 @@ metadata:
spec:
selector:
app: app-1-b
clusterIP: 10.3.0.110
clusterIP: 10.0.0.110
ports:
- name: http
port: 80
@@ -130,7 +130,7 @@ metadata:
spec:
selector:
app: app-c
clusterIP: 10.3.0.115
clusterIP: 10.0.0.115
ports:
- name: c-port
port: 1234
@@ -144,7 +144,7 @@ metadata:
spec:
selector:
app: app-c
clusterIP: 10.3.0.120
clusterIP: 10.0.0.120
ports:
- name: c-port
port: 1234