mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
13 lines
158 B
YAML
13 lines
158 B
YAML
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: ${NAME}
|
||
|
spec:
|
||
|
type: ClusterIP
|
||
|
ports:
|
||
|
- port: 5000
|
||
|
protocol: TCP
|
||
|
selector:
|
||
|
app: ${NAME}
|