WIP: Implement multi-port Services

This commit is contained in:
Tim Hockin
2015-03-13 08:16:41 -07:00
parent 9ed87612d0
commit 186818d787
70 changed files with 2118 additions and 815 deletions

View File

@@ -6,8 +6,9 @@ metadata:
name: rethinkdb-admin
namespace: rethinkdb
spec:
targetPort: 8080
port: 8080
ports:
- port: 8080
targetPort: 8080
selector:
db: rethinkdb
role: admin

View File

@@ -6,7 +6,8 @@ metadata:
name: rethinkdb-driver
namespace: rethinkdb
spec:
targetPort: 28015
port: 28015
ports:
- port: 28015
targetPort: 28015
selector:
db: rethinkdb