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,7 +6,8 @@ metadata:
role: service
name: redis-sentinel
spec:
targetPort: 26379
port: 26379
ports:
- port: 26379
targetPort: 26379
selector:
redis-sentinel: "true"