@@ -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
- nodePort: 6060
+ nodePort: 30008
port: 6060
targetPort: 6060
---