2017-06-07 14:11:05 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
2017-09-17 09:17:37 +00:00
|
|
|
name: gorush
|
2017-06-07 14:11:05 +00:00
|
|
|
labels:
|
|
|
|
app: gorush
|
|
|
|
tier: frontend
|
|
|
|
spec:
|
|
|
|
# if your cluster supports it, uncomment the following to automatically create
|
|
|
|
# an external load-balanced IP for the frontend service.
|
2017-09-17 09:17:37 +00:00
|
|
|
# type: LoadBalancer
|
2017-06-07 14:11:05 +00:00
|
|
|
ports:
|
|
|
|
- port: 8088
|
|
|
|
selector:
|
|
|
|
app: gorush
|
|
|
|
tier: frontend
|