Skip to content

Conversation

@damomurf
Copy link

@damomurf damomurf commented Oct 4, 2020

This resolves the issue I experienced in #44. The latest versions of the matrixdotorg/matrix-appservice-irc container image launches the node.js process with incompatible defaults as below. This PR will allow the chart to work out of the box with the default values.:

Container defaults:

exec node app.js -c /data/config.yaml -p 9995 -f /data/appservice-registration-irc.yaml -u http://localhost:9995

This PR changes the execution to:

          command: "node"
          args: [ "app.js", "-c", "/data/config.yaml", "-f", "/data/appservice-registration-irc.yaml" ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant