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.
187 lines
4.1 KiB
187 lines
4.1 KiB
3 years ago
|
image:
|
||
3 years ago
|
repository: gcr.io/clabs-abacus/abacus-agent
|
||
3 years ago
|
pullPolicy: Always
|
||
|
tag: "latest"
|
||
|
|
||
|
imagePullSecrets: []
|
||
|
nameOverride: ""
|
||
|
fullnameOverride: ""
|
||
|
|
||
|
serviceAccount:
|
||
|
create: true
|
||
|
annotations: {}
|
||
|
name: ""
|
||
|
|
||
3 years ago
|
externalSecrets:
|
||
|
clusterSecretStore:
|
||
|
|
||
3 years ago
|
podAnnotations: {}
|
||
|
podCommonLabels: {}
|
||
|
|
||
|
storage:
|
||
|
storageClass: "standard"
|
||
|
accessModes: ReadWriteOnce
|
||
3 years ago
|
|
||
3 years ago
|
# -- Abacus Overrides
|
||
|
# By Default, Abacus 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.
|
||
3 years ago
|
abacus:
|
||
3 years ago
|
# Sets the config folder to use
|
||
3 years ago
|
runEnv: "default"
|
||
3 years ago
|
# Sets the base config to be used (switch between Homes)
|
||
3 years ago
|
baseConfig: "base.json"
|
||
3 years ago
|
# Set the DB location to be the volume
|
||
3 years ago
|
dbPath: /usr/share/abacus
|
||
3 years ago
|
rustBacktrace: full
|
||
|
tracing:
|
||
|
# Set the log formatting
|
||
|
format: json
|
||
|
# Set the log level
|
||
|
level: info
|
||
3 years ago
|
uri: ""
|
||
3 years ago
|
metrics:
|
||
|
port: 9090
|
||
3 years ago
|
homeChain:
|
||
|
name: "kovan"
|
||
3 years ago
|
# -- The contract address for the home contract
|
||
|
address: # "0x0C473afC0cabd469751CBE3Ac08aBac3e40bF586"
|
||
|
# -- The hard-coded domain corresponding to this blockchain
|
||
|
domain: # 1000
|
||
|
# -- RPC Style
|
||
|
rpcStyle: # "ethereum"
|
||
|
connectionType: # "http"
|
||
3 years ago
|
# -- Connection string pointing to an RPC endpoint for the home chain
|
||
3 years ago
|
aws: # true | false
|
||
3 years ago
|
|
||
3 years ago
|
# -- Replica chain overrides, a sequence
|
||
|
replicaChains:
|
||
|
- name: "alfajores"
|
||
|
# -- The contract address for the replica contract
|
||
|
address: # "0x0C473afC0cabd469751CBE3Ac08aBac3e40bF586"
|
||
|
domain: # 1000
|
||
|
rpcStyle: # "ethereum"
|
||
|
connectionType: # "http"
|
||
|
# -- Connection string pointing to an RPC endpoint for the replica chain
|
||
3 years ago
|
|
||
3 years ago
|
# Abacus Agent Roles
|
||
3 years ago
|
# Individually Switchable via <role>.enabled
|
||
|
updater:
|
||
3 years ago
|
enabled: false
|
||
3 years ago
|
podAnnotations:
|
||
|
prometheus.io/port: "9090"
|
||
|
prometheus.io/scrape: "true"
|
||
3 years ago
|
podLabels: {}
|
||
|
storage:
|
||
|
size: 10Gi
|
||
|
snapshot:
|
||
|
enabled: false
|
||
|
name: ""
|
||
|
resources: {}
|
||
3 years ago
|
# -- Transaction Signing keys for home and replica(s)
|
||
3 years ago
|
transactionSigners:
|
||
|
- name: "kovan"
|
||
3 years ago
|
# aws:
|
||
3 years ago
|
- name: "alfajores"
|
||
3 years ago
|
# aws:
|
||
3 years ago
|
# -- Specialized key used by updater and watcher used to sign attestations, separate from updater.transactionSigners
|
||
3 years ago
|
attestationSigner: {}
|
||
|
# aws:
|
||
3 years ago
|
# -- How long to wait between checking for updates
|
||
|
pollingInterval: # 5
|
||
|
updatePause: # 15
|
||
3 years ago
|
|
||
|
relayer:
|
||
3 years ago
|
enabled: false
|
||
3 years ago
|
podAnnotations:
|
||
|
prometheus.io/port: "9090"
|
||
|
prometheus.io/scrape: "true"
|
||
3 years ago
|
podLabels: {}
|
||
|
storage:
|
||
|
size: 10Gi
|
||
|
snapshot:
|
||
|
enabled: false
|
||
|
name: ""
|
||
|
resources: {}
|
||
|
transactionSigners:
|
||
|
- name: "kovan"
|
||
3 years ago
|
# aws:
|
||
3 years ago
|
- name: "alfajores"
|
||
3 years ago
|
# aws:
|
||
3 years ago
|
pollingInterval: # 10
|
||
3 years ago
|
|
||
|
processor:
|
||
3 years ago
|
enabled: false
|
||
3 years ago
|
podAnnotations:
|
||
|
prometheus.io/port: "9090"
|
||
|
prometheus.io/scrape: "true"
|
||
3 years ago
|
podLabels: {}
|
||
|
storage:
|
||
|
size: 10Gi
|
||
|
snapshot:
|
||
|
enabled: false
|
||
|
name: ""
|
||
|
resources: {}
|
||
|
transactionSigners:
|
||
|
- name: "kovan"
|
||
3 years ago
|
# aws:
|
||
3 years ago
|
- name: "alfajores"
|
||
3 years ago
|
# aws:
|
||
3 years ago
|
s3BucketName:
|
||
3 years ago
|
indexonly: []
|
||
3 years ago
|
pollingInterval: # 10
|
||
3 years ago
|
|
||
|
kathy:
|
||
3 years ago
|
enabled: false
|
||
3 years ago
|
podAnnotations: {}
|
||
|
podLabels: {}
|
||
|
storage:
|
||
|
size: 10Gi
|
||
|
snapshot:
|
||
|
enabled: false
|
||
|
name: ""
|
||
|
resources: {}
|
||
|
transactionSigners:
|
||
|
- name: "kovan"
|
||
3 years ago
|
aws:
|
||
|
keyId: ""
|
||
|
region: ""
|
||
3 years ago
|
- name: "alfajores"
|
||
3 years ago
|
aws:
|
||
|
keyId: ""
|
||
|
region: ""
|
||
3 years ago
|
# Polling Interval Override
|
||
3 years ago
|
messageInterval: # 100
|
||
|
# -- Configuration for Kathy's message generation code
|
||
|
chatGenConfig:
|
||
|
destination: # 2000
|
||
|
message: # "hello are you listening?"
|
||
|
recipient: # "recipient"
|
||
|
type: # "static"
|
||
|
|
||
3 years ago
|
podSecurityContext:
|
||
|
fsGroup: 2000
|
||
3 years ago
|
|
||
|
securityContext: {}
|
||
|
# capabilities:
|
||
|
# drop:
|
||
|
# - ALL
|
||
|
# readOnlyRootFilesystem: true
|
||
|
# runAsNonRoot: true
|
||
|
# runAsUser: 1000
|
||
|
|
||
|
resources: {}
|
||
|
# limits:
|
||
|
# cpu: 100m
|
||
|
# memory: 128Mi
|
||
|
# requests:
|
||
|
# cpu: 100m
|
||
|
# memory: 128Mi
|
||
|
|
||
|
nodeSelector: {}
|
||
|
|
||
|
tolerations: []
|
||
|
|
||
|
affinity: {}
|