mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
1eec6ecbad
git-subtree-dir: sentiment-meaningCloud git-subtree-split: 2a5d212833fac38efe69b9d90588c1f0a27ff390
13 lines
158 B
YAML
13 lines
158 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ${NAME}
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 5000
|
|
protocol: TCP
|
|
selector:
|
|
app: ${NAME}
|