2018-05-30 23:16:22 +02:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
creationTimestamp: null
|
|
|
|
name: nexus
|
|
|
|
labels:
|
|
|
|
app: nexus
|
|
|
|
spec:
|
|
|
|
ports:
|
2018-06-22 23:00:54 +02:00
|
|
|
- name: "ui"
|
2018-05-30 23:16:22 +02:00
|
|
|
port: 8081
|
2018-06-22 23:00:54 +02:00
|
|
|
- name: "docker"
|
2018-05-30 23:16:22 +02:00
|
|
|
port: 5000
|
|
|
|
selector:
|
|
|
|
app: nexus
|