affinity |
custom affinity rules for the chronicle pod |
{} |
auth.required |
if true require authentication |
false |
backtraceLevel |
backtrace level for Chronicle |
nil |
devIdProvider.image |
the image to use for the id-provider container |
blockchaintp/id-provider |
devIdProvider.image.pullPolicy |
the image pull policy |
IfNotPresent |
devIdProvider.image.repository |
the image repository |
blockchaintp/id-provider |
devIdProvider.image.tag |
the image tag |
latest |
extraVolumes |
a list of additional volumes to add to chronicle |
[] |
extraVolumeMounts |
a list of additional volume mounts to add to chronicle |
[] |
image.repository |
the repository of the image |
blockchaintp/chronicle |
image.tag |
the tag of the image to use |
latest |
image.pullPolicy |
the image pull policy to use |
IfNotPresent |
imagePullSecrets.enabled |
if true use the list of named imagePullSecrets |
false |
imagePullSecrets.value |
a list if named secret references of the form - name: secretName |
[] |
ingress.apiVersion |
if necessary the apiVersion of the ingress may be overridden |
"" |
ingress.enabled |
true to enable the ingress to the main service rest-api |
false |
ingress.certManager |
true to enable the acme certmanager for this ingress |
false |
ingress.hostname |
primary hostname for the ingress |
false |
ingress.path |
path for the ingress's primary hostname |
/ |
ingress.pathType |
pathType for the ingress's primary hostname |
nil |
ingress.annotations |
annotations for the ingress |
{} |
ingress.tls |
true to enable tls on the ingress with a secrete at hostname-tls |
false |
ingress.extraHosts |
list of extra hosts to add to the ingress |
[] |
ingress.extraPaths |
list of extra paths to add to the primary host of the ingress |
[] |
ingress.extraTls |
list of extra tls entries |
[] |
ingress.hosts |
list of ingress host and path declarations for the chronicle ingress |
[] |
logLevel |
log level for Chronicle |
info |
opa.enabled |
if true set up a full OPA enabled setup |
true |
opa.init.image |
the image to use for the chronicle-init container |
blockchaintp/chronicle-opa-init |
image.pullPolicy |
the image pull policy to use |
IfNotPresent |
image.repository |
the repository of the image |
blockchaintp/chronicle |
image.tag |
the tag of the image to use |
latest |
image.repository |
the repository of the image |
blockchaintp/chronicle |
image.tag |
the tag of the image to use |
latest |
image.pullPolicy |
the image pull policy to use |
IfNotPresent |
opa.tp.resources |
resources |
map |
opa.tp.extraVolumes |
extra volumes declarations for the opa-tp deployment |
list |
opa.tp.extraVolumeMounts |
extra volume mounts for opa-tp deployment |
list |
port |
the port on which the chronicle service listens |
9982 |
replicas |
number of Chronicle replicas to run |
1 |
serviceAccount.create |
true to create a service account |
false |
serviceAccount.name |
name of the service account |
nil (defaults to based on release name) |
test.enabled |
true to enable test Jobs and Services |
true |
api-test-container.image |
the image to use for the api-test container |
blockchaintp/chronicle-api-test |
test.api.image.pullPolicy |
the image pull policy |
IfNotPresent |
test.api.image.repository |
the image repository |
blockchaintp/chronicle-helm-api-test |
test.api.image.tag |
the image tag |
latest |
postgres.enabled |
if true create an internal postgres instance |
boolean |
postgres.env |
postgres environment variables |
map |
postgres.image.repository |
postgres image repository |
string |
postgres.image.tag |
postgres image tag |
string |
postgres.user |
user for the postgres database |
string |
postgres.host |
host for the postgres database |
string |
postgres.database |
database for the postgres database |
string |
postgres.port |
port for the postgres database |
int |
postgres.password |
password for the postgres database |
string |
postgres.existingPasswordSecret |
name of a secret containing the postgres password |
string |
postgres.existingPasswordSecret |
name of the key in a secret containing the postgres password |
string |
postgres.tls |
postgres TLS configuration |
string |
postgres.persistence |
postgres persistence settings |
map |
postgres.persistence.enabled |
if true allocate a PVC for the postgres instance |
boolean |
postgres.persistence.annotations |
any custom annotations to the postgres PVC's |
map |
postgres.persistence.accessModes |
postgres PVC access modes |
list |
postgres.persistence.storageClass |
postgres PVC storageClass |
string |
postgres.persistence.size |
postgres PVC volume size |
string |
postgres.resources |
resources |
map |
resources |
resources |
map |
sawset.image.pullPolicy |
the image pull policy |
IfNotPresent |
sawset.image.repository |
the image repository |
blockchaintp/sawtooth-validator |
sawset.image.tag |
the image tag |
latest |
tp.args |
a string of arguments to pass to the tp container |
nil |
tp.image.pullPolicy |
the image pull policy |
IfNotPresent |
tp.image.repository |
the image repository |
blockchaintp/chronicle-tp |
tp.image.tag |
the image tag |
latest |
tp.extraVolumes |
extra volumes declarations for the chronicle-tp deployment |
list |
tp.extraVolumeMounts |
extra volume mounts for chronicle-tp deployment |
list |
tp.resources |
resources |
map |
tp.maxUnavailable |
maximum unavailable nodes during a rolling upgrade |
|
tp.minReadySeconds |
minimum time before node becomes available |
|
sawtooth |
sawtooth options may be configured |
see Sawtooth |