Skip to content

Commit

Permalink
Add values
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 26, 2024
1 parent 30fec04 commit fdf7465
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ db:
POSTGRES_DB: openstreetmap
POSTGRES_USER: postgres
POSTGRES_PASSWORD: "1234"
ENVIRONMENT: "production"
persistenceDisk:
enabled: false
mountPath: /var/lib/postgresql/data
Expand Down Expand Up @@ -506,6 +507,30 @@ tilerVisor:
label_key: nodegroup_type
label_value: tiler
# ====================================================================================================
# Variables for Tasking Manager DB
# ====================================================================================================
tmDb:
enabled: false
image:
name: "postgres"
tag: "11"
nodeSelector:
enabled: false
label_key: nodegroup_type
label_value: web
env:
POSTGRES_DB: tm
POSTGRES_PASSWORD: tm
POSTGRES_USER: postgres
resources:
enabled: false
requests:
memory: "1Gi"
cpu: "2"
limits:
memory: "2Gi"
cpu: "2"
# ====================================================================================================
# Variables for Tasking Manager API
# ====================================================================================================

Expand Down

0 comments on commit fdf7465

Please sign in to comment.