Skip to content

Commit

Permalink
Remove node6 for CRIB chart values
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Apr 26, 2024
1 parent b1c8d74 commit fb6bb1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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
13 changes: 1 addition & 12 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 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

0 comments on commit fb6bb1e

Please sign in to comment.