Files
cicdTest/infra.yaml
2020-03-12 11:07:35 +01:00

14 lines
223 B
YAML

apiVersion: v1
kind: Service
metadata:
name: expose-service
spec:
selector:
expose: "true"
ports:
- name: http
protocol: TCP
port: 5000
targetPort: 5000
nodePort: 30036
type: NodePort