Addition of MQ details in Helm
About this task
To add the MQ details in helm, perform the following steps:
Procedure
-
Create a secret for the MQ username and password by using the sample provided in
app-secrets.yaml file.
Note: The secret name in the sample file is gm-mq-credentials-secret.
-
Modify the MQ configuration details in the values.yaml file as
mentioned below:
external: mq: endpoints: - host: "<MQ Host Name>" port: "<MQ Port>" channelName: <Channel Name> queueManagerName: <Queue Manager Name> queueName: <Queue Name> useSSL: false keyStoreName: trustStoreName: secrets: certificate: credentials: <secret name created in step 1>
Note: If the propertyuseSSL
isfalse
, you can skip the following properties:keyStoreName
trustStoreName
secrets.certificate
secrets.credentials