Skip to content

Commit

Permalink
Update tag info cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Aug 1, 2024
1 parent 287706c commit 1b53120
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,15 @@ osm-seed:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: job_xlarge
label_value: job_xlarge
resources:
enabled: true
requests:
memory: "13Gi"
cpu: "3600m"
limits:
memory: "14Gi"
cpu: "3800m"
# ====================================================================================================
# Variables for osm-simple-metrics
# ====================================================================================================
Expand Down
10 changes: 9 additions & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -815,11 +815,19 @@ osm-seed:
label_value: web
cronjob:
enabled: true
schedule: "0 2 * * *" # testing every day 2 am UTC
schedule: "0 2 */3 * *"
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: job_xlarge
resources:
enabled: true
requests:
memory: "13Gi"
cpu: "3600m"
limits:
memory: "14Gi"
cpu: "3800m"
# ====================================================================================================
# Variables for osm-simple-metrics
# ====================================================================================================
Expand Down

0 comments on commit 1b53120

Please sign in to comment.