mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
15 lines
200 B
YAML
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
|