Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 17, 2025
2 parents c5cdacf + ebc2cac commit 4ecae1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ osm-seed:
enabled: true
label_key: nodegroup_type
label_value: web_large
replicaCount: 1
replicaCount: 4
serviceAnnotations:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
ingressDomain: vtiles.openhistoricalmap.org
Expand Down Expand Up @@ -530,8 +530,8 @@ osm-seed:
cpu: "2"
autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 3
minReplicas: 4
maxReplicas: 6
cpuUtilization: 60
# ====================================================================================================
# Variables for tiler-server cache cleaner, only avaliable in case the TILER_CACHE_TYPE = s3
Expand Down

0 comments on commit 4ecae1b

Please sign in to comment.