Skip to content

Commit

Permalink
Remove node6 for CRIB chart values (#13003)
Browse files Browse the repository at this point in the history
* Remove node6 for CRIB chart values

* Use future helm chart and correct path to values-profiles override

* Add back .gitignore

* Update unnecessary trigger on ci-scripts owrkflow

* Revert "Update unnecessary trigger on ci-scripts owrkflow"

This reverts commit 7f618a1.

---------

Co-authored-by: Gheorghe Strimtu <studentcuza@gmail.com>
Co-authored-by: Tate <tate.exon@smartcontract.com>
  • Loading branch information
3 people committed May 2, 2024
1 parent 4c6f134 commit 1e23d73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/scripts/crib/pr-comment-crib-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function generateSubdomains(subdomainPrefix, prNumber) {
"node3",
"node4",
"node5",
"node6",
"geth-1337-http",
"geth-1337-ws",
"geth-2337-http",
Expand Down
3 changes: 3 additions & 0 deletions crib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
values-profiles/*
!values-profiles/values-dev.yaml.example
!values-profiles/README.md
17 changes: 3 additions & 14 deletions crib/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ images:
docker push $image
hooks:
- command: ./scripts/check_env_vars.sh
events: [ "before:deploy:app" ]
events: ["before:deploy:app"]
- wait:
running: true
terminatedWithCode: 0
Expand All @@ -100,7 +100,7 @@ deployments:
releaseName: "app"
chart:
name: ${CHAINLINK_CLUSTER_HELM_CHART_URI}
version: 0.5.0
version: 0.6.0
# for simplicity, we define all the values here
# they can be defined the same way in values.yml
# devspace merges these "values" with the "values.yaml" before deploy
Expand Down Expand Up @@ -217,8 +217,6 @@ deployments:
image: ${runtime.images.app}
- name: node-5
image: ${runtime.images.app}
- name: node-6
image: ${runtime.images.app}

# each CL node have a dedicated PostgreSQL 11.15
# use StatefulSet by setting:
Expand Down Expand Up @@ -348,15 +346,6 @@ deployments:
name: app-node-5
port:
number: 6688
- host: ${DEVSPACE_NAMESPACE}-node6.${DEVSPACE_INGRESS_BASE_DOMAIN}
http:
paths:
- path: /
backend:
service:
name: app-node-6
port:
number: 6688
- host: ${DEVSPACE_NAMESPACE}-geth-1337-http.${DEVSPACE_INGRESS_BASE_DOMAIN}
http:
paths:
Expand Down Expand Up @@ -432,4 +421,4 @@ profiles:
path: deployments.app.helm.values.chainlink.global.overridesToml
- op: add
path: deployments.app.helm.valuesFiles
value: ["../charts/chainlink-cluster/values-profiles/values-dev.yaml"]
value: ["./values-profiles/values-dev.yaml"]

0 comments on commit 1e23d73

Please sign in to comment.