devops/uat/outside/service.yaml

16 lines
270 B
YAML

apiVersion: v1
kind: Service
metadata:
name: juno-outside-service
spec:
selector:
app: juno-outside
ports:
- name: http
port: 8070
protocol: TCP
targetPort: http
- name: http80
port: 80
protocol: TCP
targetPort: http