Skip to content

Commit

Permalink
Revert "Disable previewnet"
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae authored Jan 21, 2025
1 parent f2301ed commit d66008c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
12 changes: 9 additions & 3 deletions 9c-internal/multiplanetary/network/9c-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ gateway:
- name: remote-headless
hostnames:
- odin-internal-rpc.nine-chronicles.com
- odin-preview-rpc.nine-chronicles.com
backendRefs:
- name: remote-headless-1
protocols:
Expand All @@ -42,18 +43,23 @@ gateway:
- name: data-provider
hostnames:
- odin-internal-dp.9c.gg
- odin-preview-dp.9c.gg
- name: market-service
hostnames:
- odin-internal-market.9c.gg
- odin-preview-market.9c.gg
- name: patrol-reward-service
hostnames:
- odin-internal-patrol.9c.gg
- odin-preview-patrol.9c.gg
- name: world-boss-service
hostnames:
- odin-internal-world-boss.9c.gg
- odin-preview-world-boss.9c.gg
- name: arena-service
hostnames:
- odin-internal-arena.9c.gg
- odin-preview-arena.9c.gg

snapshot:
downloadSnapshot: true
Expand All @@ -77,7 +83,7 @@ seed:
pullPolicy: Always # Overrides the image tag whose default is the chart appVersion.

hosts:
- "odin-internal-tcp-seed-1.nine-chronicles.com"
- "odin-internal-tcp-seed-1.nine-chronicles.com,odin-preview-tcp-seed-1.nine-chronicles.com"

nodeSelector:
eks.amazonaws.com/nodegroup: odin-spot_2c
Expand All @@ -92,7 +98,7 @@ validator:
- 033369e95dbfd970dd9a7b4df31dcf5004d7cfd63289d26cc42bbdd01e25675b6f,tcp-seed-1,31235

hosts:
- "odin-internal-validator-5.nine-chronicles.com"
- "odin-internal-validator-5.nine-chronicles.com,odin-preview-validator-5.nine-chronicles.com"

storage:
data: 500Gi
Expand Down Expand Up @@ -125,7 +131,7 @@ remoteHeadless:
pullPolicy: Always

hosts:
- "odin-internal-rpc-1.nine-chronicles.com"
- "odin-internal-rpc-1.nine-chronicles.com,odin-preview-rpc-1.nine-chronicles.com"

ports:
headless: 31234
Expand Down
14 changes: 10 additions & 4 deletions 9c-internal/multiplanetary/network/heimdall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ gateway:
- name: remote-headless
hostnames:
- heimdall-internal-rpc.nine-chronicles.com
- heimdall-preview-rpc.nine-chronicles.com
backendRefs:
- name: remote-headless-1
protocols:
Expand All @@ -44,18 +45,23 @@ gateway:
- name: data-provider
hostnames:
- heimdall-internal-dp.9c.gg
- heimdall-preview-dp.9c.gg
- name: market-service
hostnames:
- heimdall-internal-market.9c.gg
- heimdall-preview-market.9c.gg
- name: patrol-reward-service
hostnames:
- heimdall-internal-patrol.9c.gg
- heimdall-preview-patrol.9c.gg
- name: world-boss-service
hostnames:
- heimdall-internal-world-boss.9c.gg
- heimdall-preview-world-boss.9c.gg
- name: arena-service
hostnames:
- heimdall-internal-arena.9c.gg
- heimdall-preview-arena.9c.gg

bridgeService:
enabled: true
Expand Down Expand Up @@ -165,7 +171,7 @@ remoteHeadless:
data: 500Gi

hosts:
- "heimdall-internal-rpc-1.nine-chronicles.com"
- "heimdall-internal-rpc-1.nine-chronicles.com,heimdall-preview-rpc-1.nine-chronicles.com"

nodeSelector:
eks.amazonaws.com/nodegroup: heimdall-spot_2c
Expand Down Expand Up @@ -207,7 +213,7 @@ seed:
count: 1

hosts:
- "heimdall-internal-tcp-seed-1.nine-chronicles.com"
- "heimdall-internal-tcp-seed-1.nine-chronicles.com,heimdall-preview-tcp-seed-1.nine-chronicles.com"

nodeSelector:
eks.amazonaws.com/nodegroup: heimdall-spot_2c
Expand Down Expand Up @@ -237,7 +243,7 @@ validator:
- "029fd8f05609cd98f716ca5245a1ebb85ab52289f9499e8453fa367bded66a945c,tcp-seed-1.heimdall.svc.cluster.local,31235"

hosts:
- "heimdall-internal-validator-1.nine-chronicles.com"
- "heimdall-internal-validator-1.nine-chronicles.com,heimdall-preview-validator-1.nine-chronicles.com"

nodeSelector:
eks.amazonaws.com/nodegroup: heimdall-spot_2c
Expand Down Expand Up @@ -286,7 +292,7 @@ worldBoss:
testHeadless1:
enabled: false

host: "heimdall-internal-test-1.nine-chronicles.com"
host: "heimdall-internal-test-1.nine-chronicles.com,heimdall-preview-test-1.nine-chronicles.com"

ports:
headless: 31234
Expand Down
14 changes: 10 additions & 4 deletions 9c-internal/multiplanetary/network/thor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ gateway:
- name: remote-headless
hostnames:
- thor-internal-rpc.nine-chronicles.com
- thor-preview-rpc.nine-chronicles.com
backendRefs:
- name: remote-headless-1
protocols:
Expand All @@ -44,18 +45,23 @@ gateway:
- name: data-provider
hostnames:
- thor-internal-dp.9c.gg
- thor-preview-dp.9c.gg
- name: market-service
hostnames:
- thor-internal-market.9c.gg
- thor-preview-market.9c.gg
- name: patrol-reward-service
hostnames:
- thor-internal-patrol.9c.gg
- thor-preview-patrol.9c.gg
- name: world-boss-service
hostnames:
- thor-internal-world-boss.9c.gg
- thor-preview-world-boss.9c.gg
- name: arena-service
hostnames:
- thor-internal-arena.9c.gg
- thor-preview-arena.9c.gg

bridgeService:
enabled: true
Expand Down Expand Up @@ -165,7 +171,7 @@ remoteHeadless:
data: 50Gi

hosts:
- "thor-internal-rpc-1.nine-chronicles.com"
- "thor-internal-rpc-1.nine-chronicles.com,thor-preview-rpc-1.nine-chronicles.com"

nodeSelector:
eks.amazonaws.com/nodegroup: thor-spot_2c
Expand Down Expand Up @@ -206,7 +212,7 @@ seed:
count: 1

hosts:
- "thor-internal-tcp-seed-1.nine-chronicles.com"
- "thor-internal-tcp-seed-1.nine-chronicles.com,thor-preview-tcp-seed-1.nine-chronicles.com"

nodeSelector:
eks.amazonaws.com/nodegroup: thor-spot_2c
Expand Down Expand Up @@ -236,7 +242,7 @@ validator:
- "029fd8f05609cd98f716ca5245a1ebb85ab52289f9499e8453fa367bded66a945c,tcp-seed-1.thor.svc.cluster.local,31235"

hosts:
- "thor-internal-validator-1.nine-chronicles.com"
- "thor-internal-validator-1.nine-chronicles.com,thor-preview-validator-1.nine-chronicles.com"

nodeSelector:
eks.amazonaws.com/nodegroup: thor-spot_2c
Expand Down Expand Up @@ -287,7 +293,7 @@ worldBoss:
testHeadless1:
enabled: false

host: "thor-internal-test-1.nine-chronicles.com"
host: "thor-internal-test-1.nine-chronicles.com,thor-preview-test-1.nine-chronicles.com"

ports:
headless: 31234
Expand Down

0 comments on commit d66008c

Please sign in to comment.