Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed May 31, 2024
1 parent a85249a commit 31ceeca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
23 changes: 0 additions & 23 deletions charts/scroll-stack/charts/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ env:
value: /images/logo.svg
- name: WEBAPP_URL
value: https://blockscout.scroll.tech
#TODO find proper value
- name: BLOCKSCOUT_HOST
value: test-blockscout.scroll.io
- name: JSON_RPC
Expand Down Expand Up @@ -122,28 +121,6 @@ persistence:
defaultMode: "0777"

initContainers:
#init-db:
# image: postgres:latest
# env:
# - name: POSTGRES_DB
# value: blockscout
# - name: PG_USER
# value: postgres
# - name: PGPASSWORD
# value: qwerty12345
# - name: PG_HOST
# value: postgresql
# - name: PG_PORT
# value: 5432
# - name: DB_USER
# value: blockscout_user
# - name: DB_PASSWORD
# value: test1234
# command: ["bash","-c","./init-db.sh"]
# volumeMounts:
# - name: init-db
# mountPath: /init-db.sh
# subPath: init-db.sh
migrate-db:
image: blockscout/blockscout:6.6.0
env:
Expand Down
1 change: 0 additions & 1 deletion charts/scroll-stack/charts/rollup-relayer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ initContainers:

# Need genesis file and config.json
configMaps:
#TODO is this needed for rollup-relayer ?
migrate-db:
enabled: true
data:
Expand Down
4 changes: 0 additions & 4 deletions charts/scroll-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
anvil:
enabled: true

#TODO consumes too many db connection
blockscout:
enabled: true

Expand Down Expand Up @@ -91,13 +90,11 @@ l2geth-rpc:
l2geth-bootnode:
enabled: true

#TODO make the name of loki svc predictable for grafana to pick it as datasource
loki-stack:
enabled: true
loki:
fullnameOverride: loki
nameOverride: loki
#TODO a bit ugly, maybe we can make this dynamic ?
promtail:
enabled: true
fullnameOverride: promtail
Expand Down Expand Up @@ -149,7 +146,6 @@ kube-prometheus-stack:
fullnameOverride: prometheus
prometheus:
enabled: yes
#TODO check why a svc/alert-manager still exists
alertmanager:
enabled: false
grafana:
Expand Down

0 comments on commit 31ceeca

Please sign in to comment.