Error handing and execution issue fixed
[ealt-edge.git] / mecm / mepm / applcm / resources / deployment / applcm-broker.yaml
index d87cf06..96b9801 100644 (file)
@@ -7,7 +7,7 @@
 #     http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
+# distributed under the50051 License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
@@ -63,7 +63,14 @@ spec:
 apiVersion: v1
 kind: Service
 metadata:
-  annotations:
   labels:
     app.service: applcm-broker
   name: applcm-broker
+spec:
+  type: NodePort
+  selector:
+    app: applcm-broker
+  ports:
+    - port: 8081
+      targetPort: 8081
+      nodePort: 30001