Skip to content

Commit

Permalink
Move tiler-server and tiler-cache to another node - production
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Aug 16, 2024
1 parent bf11e04 commit 327c537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ osm-seed:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: tiler_db
label_value: web
replicaCount: 2
commad: './start.sh'
serviceAnnotations:
Expand Down Expand Up @@ -545,7 +545,7 @@ osm-seed:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: tiler_db
label_value: web
replicaCount: 1
command: './cache_cleaner.sh'
resources:
Expand Down

0 comments on commit 327c537

Please sign in to comment.