-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathvalues.yaml
More file actions
51 lines (41 loc) · 853 Bytes
/
values.yaml
File metadata and controls
51 lines (41 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
replicaCount: 1
releasenameOverride: ""
app:
logLevel: "INFO"
serverPort: "1080"
mountedConfigMapName: "mockserver-config"
mountedLibsConfigMapName: "mockserver-config"
propertiesFileName: "mockserver.properties"
readOnlyRootFilesystem: false
serviceAccountName: default
runAsUser: 65534
image:
repository: mockserver
snapshot: false
pullPolicy: IfNotPresent
service:
annotations: {}
clusterIP: ""
externalIPs: []
loadBalancerIP: ""
loadBalancerSourceRanges: []
type: NodePort
port: 1080
nodePort: ""
test:
image: radial/busyboxplus:curl
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: mockserver.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
podAnnotations: {}
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}