devops/uat/basic/service.yaml

16 lines
265 B
YAML

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