diff --git a/manifests/webuiservice.yaml b/manifests/webuiservice.yaml
index 901328d276e96a0969c16fbed35fb7d1e4d2d311..3a80f5526a0fea0c89d8bbb7bde6044b5a50ed48 100644
--- a/manifests/webuiservice.yaml
+++ b/manifests/webuiservice.yaml
@@ -54,19 +54,20 @@ spec:
     port: 8004
     targetPort: 8004
 ---
-# apiVersion: v1
-# kind: Service
-# metadata:
-#   name: webuiservice-public
-#   labels:
-#     app: webuiservice
-# spec:
-#   type: NodePort
-#   selector:
-#     app: webuiservice
-#   ports:
-#   - name: http
-#     protocol: TCP
-#     port: 8004
-#     targetPort: 8004
+apiVersion: v1
+kind: Service
+metadata:
+  name: webuiservice-public
+  labels:
+    app: webuiservice
+spec:
+  type: NodePort
+  selector:
+    app: webuiservice
+  ports:
+  - name: http
+    protocol: TCP
+    port: 8004
+    targetPort: 8004
+    nodePort: 30800
 ---