DirectorySecurity AdvisoriesPricing
Sign in
Directory
wiremock logoHELM

wiremock

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:

1
# Default values for WireMock.
2
# This is a YAML-formatted file.
3
# Declare variables to be passed into your templates.
4
5
mappings: {}
6
# custom_mapping.json: |
7
# {
8
# "request": {
9
# "method": "POST",
10
# "url": "/v1/custom-mapping"
11
# },
12
# "response":{
13
# "status":200,
14
# "bodyFileName":"responses/custom_response.json",
15
# "headers":{
16
# "Content-Type":"application/json"
17
# }
18
# }
19
# }
20
21
responses: {}
22
# custom_response.json: |
23
# {
24
# "message": "Here is my custom response!"
25
# }
26
27
replicaCount: 1
28
revisionHistoryLimit: 10
29
image:
30
repository: cgr.dev/scratch-images/test-tmp/wiremock
31
# Overrides the image tag whose default is the chart appVersion.
32
tag: 3.13.2-r0@sha256:e7ab047e5bef3d7785b11e7203b39a1fd1571e09a63967a2675219172e0c0d1c
33
pullPolicy: IfNotPresent
34
initContainer:
35
image:
36
repository: cgr.dev/scratch-images/test-tmp/bash
37
tag: 5.3-r13@sha256:b976fbfa16ac7d68fc50e09c10aada97ec6c7dc59fd9d71ccafb3311b32cfbfa
38
pullPolicy: Always
39
resources: {}
40
# We usually recommend not to specify default resources and to leave this as a conscious
41
# choice for the user. This also increases chances charts run on environments with little
42
# resources, such as Minikube. If you do want to specify resources, uncomment the following
43
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
44
# limits:
45
# cpu: 100m
46
# memory: 128Mi
47
# requests:
48
# cpu: 100m
49
# memory: 128Mi
50
extraVolumeMounts: {}
51
extraInitContainers: []
52
deploymentStrategy: {}
53
# type: Recreate
54
deployment:
55
annotations: {}
56
# Load mappings from the templated configmap
57
mappingsFromConfigmap: true
58
# Load mappings from the templated configmap
59
responsesFromConfigmap: true
60
persistence:
61
mappings:
62
enabled: false
63
accessModes: ["ReadWriteOnce"]
64
size: 10Gi
65
# storageClassName: "-"
66
responses:
67
enabled: false
68
accessModes: ["ReadWriteOnce"]
69
size: 10Gi
70
# storageClassName: "-"
71
extraVolumes: {}
72
extraVolumeMounts: {}
73
imagePullSecrets: []
74
nameOverride: ""
75
fullnameOverride: ""
76
automountServiceAccountToken: true
77
serviceAccount:
78
# Specifies whether a service account should be created
79
create: true
80
# Annotations to add to the service account
81
annotations: {}
82
# The name of the service account to use.
83
# If not set and create is true, a name is generated using the fullname template
84
name: ""
85
labels: {}
86
podLabels: {}
87
podAnnotations: {}
88
podSecurityContext: {}
89
# fsGroupChangePolicy: Always
90
# sysctls: []
91
# supplementalGroups: []
92
# fsGroup: 2000
93
94
securityContext: {}
95
# seLinuxOptions: {}
96
# runAsUser: 1000
97
# runAsGroup: 2000
98
# runAsNonRoot: true
99
# privileged: false
100
# readOnlyRootFilesystem: true
101
# allowPrivilegeEscalation: false
102
# capabilities:
103
# drop: ["ALL"]
104
# seccompProfile:
105
# type: "RuntimeDefault"
106
107
service:
108
type: ClusterIP
109
externalPort: 9021
110
internalPort: 9021
111
ingress:
112
enabled: false
113
className: ""
114
annotations: {}
115
# kubernetes.io/ingress.class: nginx
116
# kubernetes.io/tls-acme: "true"
117
hosts:
118
- host: chart-example.local
119
paths:
120
- path: /
121
pathType: ImplementationSpecific
122
tls: []
123
# - secretName: chart-example-tls
124
# hosts:
125
# - chart-example.local
126
env: {}
127
args:
128
- "--port=9021"
129
- "--max-request-journal=1000"
130
- "--local-response-templating"
131
- "--root-dir=/home/wiremock/storage"
132
resources: {}
133
# We usually recommend not to specify default resources and to leave this as a conscious
134
# choice for the user. This also increases chances charts run on environments with little
135
# resources, such as Minikube. If you do want to specify resources, uncomment the following
136
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
137
# limits:
138
# cpu: 100m
139
# memory: 128Mi
140
# requests:
141
# cpu: 100m
142
# memory: 128Mi
143
144
autoscaling:
145
enabled: false
146
minReplicas: 1
147
maxReplicas: 100
148
targetCPUUtilizationPercentage: 80
149
# targetMemoryUtilizationPercentage: 80
150
nodeSelector: {}
151
tolerations: []
152
affinity: {}
153
scheme: "HTTP"
154
# extraObjects could be utilized to add dynamic manifests via values
155
extraObjects: []
156
# Examples:
157
# extraObjects:
158
# - apiVersion: kubernetes-client.io/v1
159
# kind: ExternalSecret
160
# metadata:
161
# name: wiremock-config-{{ .Release.Name }}
162
# spec:
163
# backendType: gcpSecretsManager
164
# data:
165
# - remoteRef:
166
# key: wiremock-config
167
# property: config.json
168
# secretKey: wiremock-config-gcp
169
# Alternatively, you can use strings, which lets you use additional templating features:
170
# extraObjects:
171
# - |
172
# apiVersion: kubernetes-client.io/v1
173
# kind: ExternalSecret
174
# metadata:
175
# name: wiremock-config-{{ .Release.Name }}
176
# spec:
177
# backendType: gcpSecretsManager
178
# data:
179
# - remoteRef:
180
# key: wiremock-config
181
# property: config.json
182
# secretKey: {{ include "some-other-template" }}
183

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.