Kristof Turai
02/06/2025, 2:24 PM/home/wiremock/storage/mapping
it creates a new directory for the files /home/wiremock/storage/mapping/mappings
. Same with __files
Instead of /home/wiremock/storage/__files
create a responses directory to the files under /home/wiremock/storage/__files/responses
. And there is no possibility to move the files to the proper location because of the helm chart doesn't contain any config/values for that, all this part is hardcoded.
Do you have any suggestions what could cause this? (images are from kustomize file and the redundant folder location inside the wiremock container)
kustomize+helm:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: wiremock
repo: <https://wiremock.github.io/helm-charts>
version: 1.4.0
releaseName: wiremock
valuesInline:
args:
- --disable-banner
- --container-threads=200
- --async-response-enabled
- --async-response-threads=200
- --global-response-templating
- --max-template-cache-entries=500
service:
externalPort: 80
internalPort: 8080
autoscaling:
maxReplicas: 5
targetCPUUtilizationPercentage: 40
initContainer:
image:
repository: public.ecr.aws/docker/library/bash
tag: 5.2.37
serviceAccount:
create: false
Kristof Turai
02/06/2025, 3:33 PMOleg Nenashev
03/31/2025, 8:46 AM