Skip to content

Commit

Permalink
Update deployment.yaml (#1668)
Browse files Browse the repository at this point in the history
* Update deployment.yaml

* Update deployment.yaml

Remove resource limits/requests to mirror Katib
  • Loading branch information
omrishiv authored Sep 27, 2022
1 parent d64b6d9 commit e5f372f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,5 @@ spec:
initialDelaySeconds: 10
periodSeconds: 15
timeoutSeconds: 3
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
serviceAccountName: training-operator
terminationGracePeriodSeconds: 10

0 comments on commit e5f372f

Please sign in to comment.