Skip to content

Commit

Permalink
remove network policies temporarily, force amd64 builds (smartcontrac…
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov authored Jan 3, 2024
1 parent 3c102bf commit 48002f2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 155 deletions.
9 changes: 5 additions & 4 deletions charts/chainlink-cluster/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ pipelines:
# You can run this pipeline via `devspace deploy` (or `devspace run-pipeline deploy`)
deploy:
run: |-
run_dependencies --all # 1. Deploy any projects this project needs (see "dependencies")
ensure_pull_secrets --all # 2. Ensure pull secrets
build_images --all -t $(git rev-parse --short HEAD) # 3. Build, tag (git commit hash) and push all images (see "images")
create_deployments --all # 5. Deploy Helm charts and manifests specfied as "deployments"
run_dependencies --all
ensure_pull_secrets --all
build_images ---var DOCKER_DEFAULT_PLATFORM=linux/amd64 --all -t $(git rev-parse --short HEAD)
kubectl annotate namespace ${DEVSPACE_NAMESPACE} janitor/ttl=${NS_TTL}
kubectl label namespace/${DEVSPACE_NAMESPACE} network=crib
create_deployments --all
echo "Namespace ${DEVSPACE_NAMESPACE} will be deleted in ${NS_TTL}"
purge:
run: |-
Expand Down
27 changes: 0 additions & 27 deletions charts/chainlink-cluster/templates/chainlink-db-networkpolicy.yaml

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions charts/chainlink-cluster/templates/geth-networkpolicy.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions charts/chainlink-cluster/templates/mockserver-networkpolicy.yaml

This file was deleted.

This file was deleted.

0 comments on commit 48002f2

Please sign in to comment.