Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Nov 15, 2023
1 parent 1831575 commit 8f8d068
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ RUN mv /poktroll/bin/poktrolld /usr/bin/poktrolld

EXPOSE 8545
EXPOSE 8546
EXPOSE 8547
EXPOSE 8548

ENTRYPOINT ["ignite"]
8 changes: 2 additions & 6 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ if localnet_config["helm_chart_local_repo"]["enabled"]:
print("Using local helm chart repo " + helm_chart_local_repo)
chart_prefix = helm_chart_local_repo + "/charts/"

# sequencer_chart = helm_chart_local_repo + "/charts/poktroll-sequencer"
# poktroll_chart = helm_chart_local_repo + "/charts/poktroll"


# Import files into Kubernetes ConfigMap
def read_files_from_directory(directory):
files = listdir(directory)
Expand Down Expand Up @@ -136,7 +132,7 @@ helm_resource(
)
helm_resource(
"appgateservers",
poktroll_chart,
chart_prefix + "appgate-server",
flags=[
"--values=./localnet/kubernetes/values-common.yaml",
"--values=./localnet/kubernetes/values-appgateserver.yaml",
Expand All @@ -162,7 +158,7 @@ k8s_resource(
"relayminers",
labels=["blockchains"],
resource_deps=["sequencer"],
port_forwards=["8545", "8546", "40005"],
port_forwards=["8548", "40005"],
)
k8s_resource(
"appgateservers",
Expand Down
4 changes: 2 additions & 2 deletions localnet/kubernetes/values-appgateserver.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
appgateserver:
enable: true
pocket:
node: sequencer-poktroll-sequencer
Empty file.
2 changes: 2 additions & 0 deletions localnet/kubernetes/values-relayminer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pocket:
node: sequencer-poktroll-sequencer

0 comments on commit 8f8d068

Please sign in to comment.