Files
Rainbond/gpushare-scheduler-extender/deployer/chart/gpushare-installer/templates/gpushare-extender-service.yaml
2025-08-25 16:04:00 +08:00

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