mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
78 lines
1.5 KiB
YAML
78 lines
1.5 KiB
YAML
image:
|
|
repository: quay.io/monax/db
|
|
tag: 0.17.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
chain:
|
|
name: simpleTestChain
|
|
id: simpleTestChain
|
|
numberOfNodes: 1
|
|
logLevel: info
|
|
extraSeeds: []
|
|
|
|
env: {}
|
|
extraArgs: {}
|
|
|
|
organization: myOrg
|
|
|
|
service:
|
|
peer:
|
|
type: "ClusterIP"
|
|
port: 46656
|
|
rpc:
|
|
port: 46657
|
|
type: "ClusterIP"
|
|
loadBalance: false
|
|
node: "000"
|
|
api:
|
|
port: 1337
|
|
type: "ClusterIP"
|
|
loadBalance: true
|
|
|
|
persistence:
|
|
enabled: false
|
|
# annotations: {}
|
|
# size: ""
|
|
# storageClass: ""
|
|
# accessMode: ""
|
|
|
|
ingress:
|
|
enabled: false
|
|
# hosts:
|
|
# - rpc.chain.example.com
|
|
# annotations:
|
|
# kubernetes.io/ingress.class: nginx
|
|
# tls:
|
|
# - secretName: rpc-chain-tls
|
|
# hosts:
|
|
# - rpc.chain.example.com
|
|
|
|
resources:
|
|
# limits:
|
|
# cpu: 500m
|
|
# memory: 512Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
podAnnotations: {}
|
|
podLabels: {}
|
|
|
|
# Affinity for pod assignment
|
|
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
|
|
# affinity: {}
|
|
|
|
# Tolerations for pod assignment
|
|
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
|
tolerations: []
|
|
|
|
# Node labels for pod assignment
|
|
# Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
|
nodeSelector: {}
|
|
|
|
# The below file is used **only** for testing and quick evaluation purposes. Please see the examples.
|
|
genesisFile: ""
|
|
|
|
# The below file is used **only** for testing and quick evaluation purposes. Please see the examples.
|
|
keysFiles: {}
|