1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 20:42:27 +00:00
senpy/k8s/senpy-svc.yaml
J. Fernando Sánchez e9266af924 Add k8s deployment
2022-05-23 12:45:40 +02:00

15 lines
194 B
YAML

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