Skip to content

Commit

Permalink
feat: updated staging envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mckrava committed Nov 21, 2023
1 parent deff853 commit 0bf7329
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions deployment/feature-based/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ metadata:
name: aggregation-<BRANCH>
namespace: sub-id
annotations:
ingress.kubernetes.io/from-to-www-redirect: "true"
nginx.ingress.kubernetes.io/from-to-www-redirect: "true"
nginx.org/client-max-body-size: "10m"
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
nginx.ingress.kubernetes.io/client-max-body-size: "10m"
ingress.kubernetes.io/from-to-www-redirect: 'true'
nginx.ingress.kubernetes.io/from-to-www-redirect: 'true'
nginx.org/client-max-body-size: '10m'
nginx.ingress.kubernetes.io/proxy-body-size: '10m'
nginx.ingress.kubernetes.io/client-max-body-size: '10m'

spec:
ingressClassName: nginx
Expand Down Expand Up @@ -54,19 +54,20 @@ metadata:
name: aggregation-<BRANCH>-env
namespace: sub-id
data:
AGGREGATOR_DB_DATABASE: "aggregator_<BRANCH>-env"
AGGREGATOR_REDIS_HOST: "redis-aggregation-<BRANCH>-master.default"
AGGREGATOR_REDIS_PREFIX: "aggregator_queue_<BRANCH>"
AGGREGATOR_REDIS_PORT: "6379"
AGGREGATOR_REDIS_ENABLE_SSL: "false"
AGGREGATOR_HISTORY_RENEW_INTERVAL_MS: "10000"
DATA_SOURCE_GSQUID_MAIN_POLKADOT: "https://squid.subsquid.io/gs-main-polkadot/graphql"
DATA_SOURCE_GSQUID_MAIN_KUSAMA: "https://squid.subsquid.io/gs-main-kusama/graphql"
DATA_SOURCE_GSQUID_MAIN_MOONBEAM: "https://squid.subsquid.io/gs-main-moonbeam/graphql"
DATA_SOURCE_GSQUID_MAIN_MOONRIVER: "https://squid.subsquid.io/gs-main-moonriver/graphql"
DATA_SOURCE_GSQUID_MAIN_ASTAR: "https://squid.subsquid.io/gs-main-astar/graphql"
NODE_ENV: "development"
APP_PORT: "3000"
AGGREGATOR_DB_DATABASE: 'aggregator_<BRANCH>-env'
AGGREGATOR_REDIS_HOST: 'redis-aggregation-<BRANCH>-master.default'
AGGREGATOR_REDIS_PREFIX: 'aggregator_queue_<BRANCH>'
AGGREGATOR_REDIS_PORT: '6379'
AGGREGATOR_REDIS_ENABLE_SSL: 'false'
AGGREGATOR_HISTORY_RENEW_INTERVAL_MS: '10000'
AGGREGATOR_GS_MAIN_CHUNK_BLOCKS_SIZE: '1000000'
DATA_SOURCE_GSQUID_MAIN_POLKADOT: 'https://squid.subsquid.io/gs-main-polkadot/graphql'
DATA_SOURCE_GSQUID_MAIN_KUSAMA: 'https://squid.subsquid.io/gs-main-kusama/graphql'
DATA_SOURCE_GSQUID_MAIN_MOONBEAM: 'https://squid.subsquid.io/gs-main-moonbeam/graphql'
DATA_SOURCE_GSQUID_MAIN_MOONRIVER: 'https://squid.subsquid.io/gs-main-moonriver/graphql'
DATA_SOURCE_GSQUID_MAIN_ASTAR: 'https://squid.subsquid.io/gs-main-astar/graphql'
NODE_ENV: 'staging'
APP_PORT: '3000'

---
apiVersion: v1
Expand Down

0 comments on commit 0bf7329

Please sign in to comment.