helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

WIREMOCK_OPTIONS env var is ignored

Open sigurdblueface opened this issue 2 years ago • 3 comments

Proposal

WIREMOCK_OPTIONS env variable seem to have zero effect on actual application.

App starts listening on 8080 instead of 9021 configured in the variable and ignores all other settings also.

log:

port:                         8080
enable-browser-proxying:      false
disable-banner:               false
no-request-journal:           false
verbose:                      false

values:

WIREMOCK_OPTIONS: "--verbose,--port=9021,--max-request-journal=1000,--local-response-templating,--root-dir=/home/wiremock/storage"

Reproduction steps

install app, enjoy crashloop due to liveness pointing to 'incorrect' port

References

No response

sigurdblueface avatar Sep 07 '23 12:09 sigurdblueface

i see, it is deprecated https://github.com/holomekc/wiremock#breaking-change--23501 one should add args: section for container template

sigurdblueface avatar Sep 07 '23 13:09 sigurdblueface

please see PR #29

sigurdblueface avatar Sep 07 '23 14:09 sigurdblueface

please see PR #29

I also need these changes. It would be great if someone can review and merge changes.

gungorerhan avatar Nov 27 '23 16:11 gungorerhan