Skip to content

Commit

Permalink
Node name istio (#76)
Browse files Browse the repository at this point in the history
* Update the node name

* disable istio
  • Loading branch information
pmaslana authored Dec 7, 2024
1 parent 1950162 commit 8fae985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Ensure istio injection is enabled
run: |
kubectl label namespace go-chia-crawler istio-injection=enabled
kubectl label namespace go-chia-crawler istio-injection=disabled --overwrite
- uses: Chia-Network/actions/helm/deploy@main
env:
Expand Down
2 changes: 1 addition & 1 deletion k8s/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ networkPolicy:
port: 8444

configmapEnvironment:
CHIA_CRAWLER_BOOTSTRAP_PEER: node-node-all.chia-blockchain-mainnet
CHIA_CRAWLER_BOOTSTRAP_PEER: mainnet-node-all.chia-blockchain-mainnet
CHIA_CRAWLER_DATA_DIR: /crawler-data

volumes:
Expand Down

0 comments on commit 8fae985

Please sign in to comment.