drivebyer commented on code in PR #181:
URL: https://github.com/apache/rocketmq-operator/pull/181#discussion_r1334007454


##########
example/rocketmq_v1alpha1_rocketmq_cluster.yaml:
##########
@@ -163,6 +163,28 @@ spec:
         spec:
           containers:
             - name: console
+              env:
+                - name: ROCKETMQ_CONFIG_LOGINREQUIRED
+                  value: "true"
               image: apacherocketmq/rocketmq-console:2.0.0
               ports:
-                - containerPort: 8080
\ No newline at end of file
+                - containerPort: 8080
+              volumeMounts:
+                - name: console-config
+                  mountPath: /tmp/rocketmq-console/data

Review Comment:
   It's default directory of console data, see 
https://github.com/apache/rocketmq-dashboard/blob/6456630324e3ff22217a6da221a64c09bea82a72/src/main/resources/application.yml#L51



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to