Files
myceliumcloud-examples/examples/python-flask/python-flask-service.yaml

11 lines
173 B
YAML

apiVersion: v1
kind: Service
metadata:
name: python-flask-service
spec:
selector:
app: python-flask
ports:
- port: 5000
targetPort: 5000
type: LoadBalancer