Stop using named ports in examples and scripts.

This commit is contained in:
Tim Hockin
2015-03-01 21:28:52 -08:00
parent 0fec31a11e
commit e0e6741027
9 changed files with 11 additions and 11 deletions

View File

@@ -2,8 +2,8 @@ apiVersion: v1beta1
namespace: rethinkdb
kind: Service
id: rethinkdb-admin
containerPort: admin-port
port: 8080
containerPort: 8080
labels:
db: influxdb
selector:

View File

@@ -2,8 +2,8 @@ apiVersion: v1beta1
namespace: rethinkdb
kind: Service
id: rethinkdb-driver
containerPort: driver-port
port: 28015
containerPort: 28015
labels:
db: influxdb
selector: