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