The home for Hyperlane core contracts, sdk packages, and other infrastructure
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.
 
 
 
 
 
 
hyperlane-monorepo/rust/helm/scraper/values.yaml

90 lines
1.6 KiB

image:
repository: gcr.io/abacus-labs-dev/hyperlane-agent
pullPolicy: Always
tag: 'latest'
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
serviceAccount:
create: true
annotations: {}
name: ''
externalSecrets:
clusterSecretStore:
podAnnotations: {}
podCommonLabels: {}
storage:
storageClass: 'standard'
accessModes: ReadWriteOnce
# -- Hyperlane Overrides
# By Default, Hyperlane Agents load the config baked into the Docker Image
# Pass values here in order to override the values in the config
# Note: For successful operation, one _must_ pass signer keys as
# they are not baked into the image for security reasons.
hyperlane:
# Sets the config folder to use
runEnv: 'default'
context: 'hyperlane'
# Set the SQL db connection info
dbPath: external-secret
rustBacktrace: full
tracing:
# Set the log formatting
format: json
# Set the log level
level: info
uri: ''
metrics:
port: 9090
chains:
scraper:
enabled: true
podAnnotations:
prometheus.io/port: '9090'
prometheus.io/scrape: 'true'
podLabels: {}
storage:
size: 10Mi
snapshot:
enabled: false
name: ''
resources:
requests:
cpu: 250m
memory: 256Mi
signers:
config:
podSecurityContext:
fsGroup: 2000
securityContext:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
resources:
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 250m
# memory: 1Gi
nodeSelector: {}
tolerations: []
affinity: {}