legendary-doc-site/infrastructure_templates/service.yaml.dot
2021-01-16 10:01:57 -06:00

11 lines
161 B
Text

apiVersion: v1
kind: Service
metadata:
name: legendary
spec:
selector:
app: legendary
ports:
- protocol: TCP
port: 80
targetPort: 4000