Skip to content

Commit

Permalink
Fix job template resource requests/limits default initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkegley committed Jan 6, 2025
1 parent 2e977e1 commit 14339e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/rstudio-connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,12 @@ launcher:
imagePullSecrets: []
# -- sets the default resource requests and limits for Jobs launched by Connect
# -- to be used when none are provided in the content runtime settings
resources: {}
# requests:
resources:
requests: {}
# memory: "1Gi"
# cpu: "500m"
# ephemeral-storage: "100Mi"
# limits:
limits: {}
# memory: "1Gi"
# cpu: "500m"
# ephemeral-storage: "100Mi"
Expand Down

0 comments on commit 14339e9

Please sign in to comment.