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

11 lines
161 B
YAML

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