1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-28 00:41:43 +00:00
senpy/k8s/senpy-svc.yaml
J. Fernando Sánchez 92b654b36c Update k8s files
2022-05-23 14:19:46 +02:00

15 lines
200 B
YAML

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