legendary-doc-site/infrastructure_templates/service.yaml.dot

12 lines
161 B
Text
Raw Normal View History

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