Skip to content

Commit

Permalink
Disable manual s3 cleaner tiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Aug 29, 2023
1 parent 35ee2a5 commit a028bfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,11 @@ osm-seed:
memory: "10Gi"
cpu: "2"
env:
KILL_PROCESS: manually
KILL_PROCESS: none
MAX_NUM_PS: 5
PROCESS_NAME: tegola
autoscaling:
enabled: true
enabled: false
minReplicas: 1
maxReplicas: 1
cpuUtilization: 90
Expand Down
4 changes: 2 additions & 2 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,11 @@ osm-seed:
memory: "10Gi"
cpu: "2"
env:
KILL_PROCESS: manually
KILL_PROCESS: none
MAX_NUM_PS: 4
PROCESS_NAME: tegola
autoscaling:
enabled: true
enabled: false
minReplicas: 1
maxReplicas: 1
cpuUtilization: 90
Expand Down

0 comments on commit a028bfc

Please sign in to comment.