Files
loc_az_hci/gitops/apps/blockscout/values.yaml
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

76 lines
1.1 KiB
YAML

replicaCount: 1
image:
repository: blockscout/blockscout
pullPolicy: IfNotPresent
tag: "5.0.0"
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: true
annotations: {}
name: ""
service:
type: ClusterIP
port: 4000
ingress:
enabled: false
className: "nginx"
annotations: {}
hosts:
- host: blockscout.example.com
paths:
- path: /
pathType: Prefix
tls: []
resources:
limits:
cpu: 2000m
memory: 4Gi
requests:
cpu: 1000m
memory: 2Gi
config:
database:
type: "postgres"
host: "postgres"
port: 5432
database: "blockscout"
username: "blockscout"
password: "blockscout"
ethereum:
rpcUrl: "http://besu:8545"
wsUrl: "ws://besu:8546"
node:
host: "0.0.0.0"
port: 4000
persistence:
enabled: true
storageClass: ""
accessMode: ReadWriteOnce
size: 20Gi
postgres:
enabled: true
image:
repository: postgres
tag: "15"
persistence:
enabled: true
size: 50Gi
resources:
limits:
cpu: 1000m
memory: 2Gi
requests:
cpu: 500m
memory: 1Gi