20 lines
354 B
YAML
20 lines
354 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: gpushare-schd-extender
|
|
namespace: kube-system
|
|
labels:
|
|
app: gpushare
|
|
component: gpushare-schd-extender
|
|
spec:
|
|
# type: ClusterIP
|
|
type: NodePort
|
|
ports:
|
|
- port: 12345
|
|
name: http
|
|
targetPort: 12345
|
|
nodePort: 32766
|
|
selector:
|
|
app: gpushare
|
|
component: gpushare-schd-extender
|