Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove node6 for CRIB chart values #13003

Merged
merged 8 commits into from
May 2, 2024
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
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"]