caipin 4 years ago
parent
commit
649502e719
1 changed files with 4 additions and 4 deletions
  1. 4 4
      deployment/cm.yaml

+ 4 - 4
deployment/cm.yaml

@@ -23,15 +23,15 @@ spec:
 apiVersion: v1
 kind: Service
 metadata:
-  name: apigw
+  name: cm
 spec:
   type: NodePort
   selector:
-      app: apigw
+      app: cm
   ports:
   - protocol: TCP
-    name: apigw
-    nodePort: 6060
+    name: cm
+    nodePort: 30008
     port: 6060
     targetPort: 6060
 ---