1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
senpy/k8s/senpy-svc.yaml
J. Fernando Sánchez ce83fb3981 Added k8s deployment
2017-05-19 16:52:10 +02:00

13 lines
169 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: senpy-latest
spec:
type: ClusterIP
ports:
- port: 5000
protocol: TCP
selector:
role: senpy-latest