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

@@ -5,8 +5,9 @@ metadata:
name: mysql
name: mysql
spec:
targetPort: 3306
port: 3306
ports:
- port: 3306
targetPort: 3306
selector:
name: mysql

View File

@@ -5,8 +5,9 @@ metadata:
name: wpfrontend
name: wpfrontend
spec:
targetPort: 80
port: 80
ports:
- port: 80
targetPort: 80
selector:
name: wpfrontend