13 lines
192 B
YAML
13 lines
192 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: service-flask
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: flask
|
|
ports:
|
|
- protocol: TCP
|
|
port: 5000
|
|
targetPort: 5000
|
|
name: tcp-5000 |