wiremock / helm-charts

Helm Chart for Wiremock deployment on Kubernetes
https://wiremock.github.io/helm-charts/
Apache License 2.0
19 stars 32 forks source link

allow running wiremock in HTTPS #16

Closed alexsatori closed 2 years ago

alexsatori commented 2 years ago

With the following value overrides it will run successfully in HTTPS:

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

alexsatori commented 2 years ago

Hi @alexsatori thanks for your contribution. In order for us to merge into master, can you please sign your commit. See here for instructions.

Done