fix: tensorboard-controller is killed due to out of memory (kubeflow/kubeflow#6148)

* Update manager.yaml

* Update manager.yaml
This commit is contained in:
juliusvonkohout 2021-10-20 06:07:15 +02:00 committed by GitHub
parent 4b4001e108
commit f2df5f5b84
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 50Mi
requests:
cpu: 100m
memory: 20Mi
memory: 30Mi
terminationGracePeriodSeconds: 10