Hi, We have created a wiremock extension so that i...
# help
a
Hi, We have created a wiremock extension so that it could parse the HL7 message and set the response dynamically according the HL7 message content from request payload. Tried it in local with wiremock standalone jar - it works fine. Need help in in "How we can use the wiremock extensions in EKS cluster (helm chart)?" Also, where to put the extension jar and what entries we need to make in values/chart files to make wiremock use the extension. FYI - We are using https://github.com/wiremock/helm-charts for helm chart in our EKS clusters.
o
For the Helm chart, it is the same as in the official image :
Copy code
/var/wiremock/extensions
You need to either extend the image (recommended) or map a volume