lhotari commented on code in PR #457:
URL: https://github.com/apache/pulsar-helm-chart/pull/457#discussion_r1489731382
##########
charts/pulsar/values.yaml:
##########
@@ -1314,24 +1314,30 @@ pulsar_manager:
## If you enabled authentication support
## JWT_TOKEN: <token>
## SECRET_KEY: data:base64,<secret key>
+
+ # the pulsar manager image relies on these variables, if they are not set
the backend will keep crashing
+ # however, feel free to overwrite them
+ SPRING_CONFIGURATION_FILE:
"/pulsar-manager/pulsar-manager/application.properties"
+ PULSAR_MANAGER_OPTS: " -Dlog4j2.formatMsgNoLookups=true"
## Pulsar manager service
## templates/pulsar-manager-service.yaml
##
service:
type: LoadBalancer
Review Comment:
Some motivation for this:
https://twitter.com/fattselimi/status/1648415859453435904
https://twitter.com/therceman/status/1715843182108303593
https://twitter.com/therceman/status/1649385548077842433
--
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]