15 lines
295 B
YAML
15 lines
295 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: control-center-management
|
||
|
namespace: sdt-cloud
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 8087
|
||
|
targetPort: 8087
|
||
|
protocol: TCP
|
||
|
name: control-center-management
|
||
|
nodePort: 30870
|
||
|
type: NodePort
|
||
|
selector:
|
||
|
name: control-center-management
|