devops/uat/gateway/gateway/service.yaml

20 lines
343 B
YAML

apiVersion: v1
kind: Service
metadata:
name: juno-gateway
spec:
selector:
app: juno-gateway
ports:
- name: http
port: 8010
protocol: TCP
targetPort: http
- name: socket
protocol: TCP
port: 9092
targetPort: socket
- name: http80
port: 80
protocol: TCP
targetPort: http