Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove comments #21

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading