Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore: cleanup unused values, fix volumes of rollup (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba authored Mar 19, 2024
1 parent 4d1017d commit 816f13e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 0.10.0
version: 0.10.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/rollup/templates/volumes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ $.Values.config.rollup.name }}-{{ $value.persistentVolumeName }}-pvc-geth
namespace: {{ include "rollup.namespace" . }}
namespace: {{ include "rollup.namespace" $ }}
labels:
"app.kubernetes.io/name": "{{ $.Values.config.rollup.name }}-{{ $.Chart.Name }}"
"app.kubernetes.io/managed-by": {{ $.Release.Service | quote }}
Expand All @@ -54,7 +54,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ $.Values.config.rollup.name }}-{{ $value.persistentVolumeName }}-pvc-blockscout
namespace: {{ include "rollup.namespace" . }}
namespace: {{ include "rollup.namespace" $ }}
labels:
"app.kubernetes.io/name": {{ $.Values.config.rollup.name }}-{{ $.Chart.Name }}
"app.kubernetes.io/managed-by": {{ $.Release.Service | quote }}
Expand Down
12 changes: 0 additions & 12 deletions charts/rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@ config:
value:
# The balance must be a string due to size
balance: "1000000000000000000000000000"
optimism:
# set to true to enable op-stack integration, and setup rest of config
enabled: false
# Websocket URL of Ethereum L1 node.
ethereumL1Websocket: "ws://127.0.0.1:8545"
# Contract address of the OptimismPortal contract on L1.
portalContractAddress: ""
# The block height of the Ethereum L1 chain that the
# OptimismPortal contract was deployed at.
initialEthereumL1BlockHeight: 1
metrics:
# set to enable prometheus metrics
enabled: false
Expand Down Expand Up @@ -131,8 +121,6 @@ config:
initialBlockHeight: 2
# Fastest block time possible in MS
blockTimeMs: 2000
# Websocket connection used for
websocket: "ws://node0-sequencer-rpc-service.astria-dev-cluster.svc.cluster.local:26657/websocket"
# URL path for the sequencer
rpc: "http://node0-sequencer-rpc-service.astria-dev-cluster.svc.cluster.local:26657"
# gRPC path for the sequencer
Expand Down

0 comments on commit 816f13e

Please sign in to comment.