Files
website/content/en/examples/service/access/hello-service.yaml
T
2019-08-09 14:33:15 -07:00

13 lines
165 B
YAML

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