1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/k8s/senpy-svc.yaml
J. Fernando Sánchez 54da48b548 Add CI/CD and k8s
2018-06-15 09:46:15 +02:00

13 lines
175 B
YAML

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