Skip to content

Commit

Permalink
Revert "Remove node6 for CRIB chart values in CCIP (#764)"
Browse files Browse the repository at this point in the history
This reverts commit aa3b219.
  • Loading branch information
chainchad committed May 1, 2024
1 parent d1c1878 commit 71da088
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/scripts/crib/pr-comment-crib-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function generateSubdomains(subdomainPrefix, prNumber) {
"node3",
"node4",
"node5",
"node6",
"geth-1337-http",
"geth-1337-ws",
"geth-2337-http",
Expand Down
3 changes: 2 additions & 1 deletion charts/ccip-scripts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ chainlink:
- name: node-3
- name: node-4
- name: node-5
- name: node-6
geth:
wsRpcPort: 8546
networkPolicies:
enabled: true
enabled: true
11 changes: 11 additions & 0 deletions charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ chainlink:
- name: node-3
- name: node-4
- name: node-5
- name: node-6

# each CL node have a dedicated PostgreSQL 11.15
# use StatefulSet by setting:
Expand Down Expand Up @@ -298,6 +299,16 @@ ingress:
name: chainlink-node-5
port:
number: 6688
- host: chainlink-node-6.local
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: chainlink-node-6
port:
number: 6688
- host: chainlink-geth-http.local
http:
paths:
Expand Down
12 changes: 12 additions & 0 deletions charts/root/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ chainlink-cluster:
- name: node-3
- name: node-4
- name: node-5
- name: node-6

# each CL node have a dedicated PostgreSQL 11.15
# use StatefulSet by setting:
Expand Down Expand Up @@ -282,6 +283,16 @@ chainlink-cluster:
name: chainlink-node-5
port:
number: 6688
- host: chainlink-node-6.local
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: chainlink-node-6
port:
number: 6688
- host: chainlink-geth-http.local
http:
paths:
Expand Down Expand Up @@ -400,5 +411,6 @@ ccip-scripts:
- name: node-3
- name: node-4
- name: node-5
- name: node-6
geth:
wsRpcPort: 8546
11 changes: 11 additions & 0 deletions crib/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ 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 @@ -324,6 +326,15 @@ 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
6 changes: 6 additions & 0 deletions integration-tests/ccip-tests/testconfig/tomls/ccip-crib.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ Email = 'notreal@fakeemail.ch'
Password = 'fj293fbBnlQ!f9vNs'
InternalIP = 'app-node-5'

[[CCIP.Env.ExistingCLCluster.NodeConfigs]]
URL = 'https://skudasov-crib-ccip-node6.main.stage.cldev.sh/'
Email = 'notreal@fakeemail.ch'
Password = 'fj293fbBnlQ!f9vNs'
InternalIP = 'app-node-6'

[CCIP.Groups]
[CCIP.Groups.smoke]
LocalCluster = false
Expand Down

0 comments on commit 71da088

Please sign in to comment.