Skip to content

Commit 9c419bf

Browse files
committed
Merge branch 'main' of github.com:graphql-hive/console into feat/lab-query-plan
2 parents a7505c2 + bd695d0 commit 9c419bf

File tree

9 files changed

+192
-198
lines changed

9 files changed

+192
-198
lines changed

deployment/services/environment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export function prepareEnvironment(input: {
8383
cpuLimit: isProduction || isStaging ? '1000m' : '100m',
8484
memoryLimit: isProduction || isStaging ? '1000Mi' : '512Mi',
8585
maxReplicas: isProduction || isStaging ? 3 : 1,
86+
replicas: 1,
8687
},
8788
},
8889
};

deployment/services/otel-collector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function deployOTELCollector(args: {
3636
livenessProbe: '/',
3737
startupProbe: '/',
3838
exposesMetrics: true,
39-
replicas: args.environment.podsConfig.tracingCollector.maxReplicas,
39+
replicas: args.environment.podsConfig.tracingCollector.replicas,
4040
pdb: true,
4141
availabilityOnEveryNode: true,
4242
port: 4318,

0 commit comments

Comments
 (0)