Files
website/docs/tutorials/connecting-apps/hello-service.yaml
T
2017-01-27 15:46:57 -08:00

13 lines
171 B
YAML

kind: Service
apiVersion: v1
metadata:
name: hello
spec:
selector:
app: hello
tier: backend
ports:
- protocol: TCP
port: 80
targetPort: http