caigy commented on code in PR #132:
URL: https://github.com/apache/rocketmq-operator/pull/132#discussion_r996552283


##########
example/rocketmq_v1alpha1_console_cr.yaml:
##########
@@ -1,11 +1,47 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: console-config
+data:
+  application.yml: |
+    server:
+      port: 8080
+      servlet:
+        encoding:
+          charset: UTF-8
+          enabled: true
+          force: true
+    spring:
+      application:
+        name: rocketmq-dashboard
+    logging:
+      config: classpath:logback.xml
+    rocketmq:
+      config:
+        namesrvAddrs:
+          - XXX:XXX

Review Comment:
   @shendongsd Pls also add `role-permission.yml` to config map and reference 
it in `Console` CR.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to