You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
2.8 KiB
144 lines
2.8 KiB
3 years ago
|
image:
|
||
2 years ago
|
repository: gcr.io/abacus-labs-dev/hyperlane-agent
|
||
3 years ago
|
pullPolicy: Always
|
||
2 years ago
|
tag: 'latest'
|
||
3 years ago
|
|
||
|
imagePullSecrets: []
|
||
2 years ago
|
nameOverride: ''
|
||
|
fullnameOverride: ''
|
||
3 years ago
|
|
||
|
serviceAccount:
|
||
|
create: true
|
||
|
annotations: {}
|
||
2 years ago
|
name: ''
|
||
3 years ago
|
|
||
3 years ago
|
externalSecrets:
|
||
|
clusterSecretStore:
|
||
|
|
||
3 years ago
|
podAnnotations: {}
|
||
|
podCommonLabels: {}
|
||
|
|
||
|
storage:
|
||
2 years ago
|
storageClass: 'standard'
|
||
3 years ago
|
accessModes: ReadWriteOnce
|
||
3 years ago
|
|
||
2 years ago
|
# -- Hyperlane Overrides
|
||
|
# By Default, Hyperlane Agents load the config baked into the Docker Image
|
||
3 years ago
|
# Pass values here in order to override the values in the config
|
||
|
# Note: For successful operation, one _must_ pass signer keys as
|
||
3 years ago
|
# they are not baked into the image for security reasons.
|
||
2 years ago
|
hyperlane:
|
||
3 years ago
|
# Sets the config folder to use
|
||
2 years ago
|
runEnv: 'default'
|
||
2 years ago
|
context: 'hyperlane'
|
||
3 years ago
|
# Sets the base config to be used (switch between Homes)
|
||
2 years ago
|
baseConfig: 'base.json'
|
||
3 years ago
|
# Set the DB location to be the volume
|
||
2 years ago
|
dbPath: /usr/share/hyperlane
|
||
3 years ago
|
rustBacktrace: full
|
||
|
tracing:
|
||
|
# Set the log formatting
|
||
|
format: json
|
||
|
# Set the log level
|
||
|
level: info
|
||
2 years ago
|
uri: ''
|
||
|
metrics:
|
||
3 years ago
|
port: 9090
|
||
3 years ago
|
aws: # true | false
|
||
2 years ago
|
gelatoApiKeyRequired: # true | false
|
||
3 years ago
|
|
||
2 years ago
|
# -- Chain overrides, a sequence
|
||
|
chains:
|
||
2 years ago
|
- name: 'alfajores'
|
||
2 years ago
|
disabled: false
|
||
2 years ago
|
addresses:
|
||
|
mailbox:
|
||
|
multisigIsm:
|
||
|
interchainGasPaymaster:
|
||
3 years ago
|
domain:
|
||
3 years ago
|
rpcStyle: # "ethereum"
|
||
2 years ago
|
connection:
|
||
|
type: # "http"
|
||
3 years ago
|
|
||
2 years ago
|
# Hyperlane Agent Roles
|
||
3 years ago
|
# Individually Switchable via <role>.enabled
|
||
3 years ago
|
validator:
|
||
3 years ago
|
enabled: false
|
||
3 years ago
|
podAnnotations:
|
||
2 years ago
|
prometheus.io/port: '9090'
|
||
|
prometheus.io/scrape: 'true'
|
||
3 years ago
|
podLabels: {}
|
||
|
storage:
|
||
|
size: 10Gi
|
||
|
snapshot:
|
||
|
enabled: false
|
||
2 years ago
|
name: ''
|
||
3 years ago
|
resources:
|
||
|
requests:
|
||
3 years ago
|
cpu: 100m
|
||
|
memory: 250m
|
||
3 years ago
|
# -- Transaction Signing keys for home and replica(s)
|
||
3 years ago
|
signer: {}
|
||
3 years ago
|
# -- How long to wait between checking for updates
|
||
3 years ago
|
configs:
|
||
|
- interval:
|
||
|
reorgPeriod:
|
||
|
checkpointSyncers:
|
||
2 years ago
|
originChainName:
|
||
3 years ago
|
|
||
|
relayer:
|
||
3 years ago
|
enabled: false
|
||
3 years ago
|
podAnnotations:
|
||
2 years ago
|
prometheus.io/port: '9090'
|
||
|
prometheus.io/scrape: 'true'
|
||
3 years ago
|
podLabels: {}
|
||
|
storage:
|
||
|
size: 10Gi
|
||
|
snapshot:
|
||
|
enabled: false
|
||
2 years ago
|
name: ''
|
||
3 years ago
|
resources:
|
||
|
requests:
|
||
|
cpu: 250m
|
||
|
memory: 1Gi
|
||
|
signers:
|
||
2 years ago
|
- name: 'kovan'
|
||
3 years ago
|
# aws:
|
||
2 years ago
|
- name: 'alfajores'
|
||
3 years ago
|
# aws:
|
||
3 years ago
|
config:
|
||
2 years ago
|
originChainName:
|
||
3 years ago
|
signedCheckpointPollingInterval:
|
||
3 years ago
|
multisigCheckpointSyncer:
|
||
|
threshold:
|
||
|
checkpointSyncers:
|
||
|
|
||
3 years ago
|
kathy:
|
||
3 years ago
|
enabled: false
|
||
|
|
||
3 years ago
|
podSecurityContext:
|
||
|
fsGroup: 2000
|
||
3 years ago
|
|
||
2 years ago
|
securityContext:
|
||
|
{}
|
||
3 years ago
|
# capabilities:
|
||
|
# drop:
|
||
|
# - ALL
|
||
|
# readOnlyRootFilesystem: true
|
||
|
# runAsNonRoot: true
|
||
|
# runAsUser: 1000
|
||
|
|
||
3 years ago
|
resources:
|
||
3 years ago
|
# limits:
|
||
|
# cpu: 100m
|
||
|
# memory: 128Mi
|
||
|
# requests:
|
||
3 years ago
|
# cpu: 250m
|
||
|
# memory: 1Gi
|
||
3 years ago
|
|
||
|
nodeSelector: {}
|
||
|
|
||
|
tolerations: []
|
||
|
|
||
|
affinity: {}
|