1
0
Fork 0

naming services

This commit is contained in:
sido 2018-06-25 16:27:36 +02:00
parent f1c83cf0c0
commit 4f7fc5619f
2 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,7 @@ metadata:
spec:
type: NodePort
ports:
- port: 80
- name: httpd
port: 80
selector:
app: httpd

View File

@ -7,7 +7,9 @@ metadata:
spec:
type: ClusterIP
ports:
- port: 8081
- port: 5000
- name: ui
port: 8081
- name: docker
port: 5000
selector:
app: nexus