mirror of
https://github.com/gsi-upm/senpy
synced 2024-10-31 23:41:41 +00:00
13 lines
169 B
YAML
13 lines
169 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: senpy-latest
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 5000
|
|
protocol: TCP
|
|
selector:
|
|
role: senpy-latest
|