-
Notifications
You must be signed in to change notification settings - Fork 13
/
values.yaml
106 lines (89 loc) · 2.46 KB
/
values.yaml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Copyright © 2022 Kaleido, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://swww.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
stack: ""
# stack: |
# name: my-ff-network
# members:
# - id: "0"
# orgName: "org0"
# nodeName: "org0-firefly"
# fireflyHostname: "firefly.org0-firefly.svc.cluster.local"
# useHttps: false
# exposedFireflyPort: 3000
# address: 0xddddddddd
# - id: "1"
# orgName: "org1"
# nodeName: "org1-firefly"
# fireflyHostname: "firefly.org1-firefly.svc.cluster.local"
# useHttps: false
# exposedFireflyPort: 3000
# address: 0xaaaaaaaaa
wsConfig:
wsPath: /ws
readBufferSize: 16000
writeBufferSize: 16000
initialDelay: 250ms
maximumDelay: 30s
initialConnectAttempts: 5
instances: []
# - name: ff0-ff1-broadcast
# tests:
# - name: "msg_broadcast"
# workers: 10
# length: 5m
# sender: 0
# recipient: 1
# messageOptions:
# longMessage: true
daemonModeEnabled: false
image:
repository: ghcr.io/hyperledger/firefly-perf-cli
pullPolicy: Always # TODO
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.1-alpha" # TODO
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podLabels: {}
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port: 5050
nodeSelector: {}
tolerations: []
affinity: {}
resources: {}
serviceMonitor:
enabled: false
# cannot be greater than or equal 20s otherwise you risk losing metrics on shutdown
scrapeInterval: 15s