Skip to content

Commit

Permalink
bindata: add memory request to kube-controller-manager pod
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Dec 5, 2018
1 parent fe625cb commit e95371d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindata/v3.11.0/kube-controller-manager/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
args:
- --openshift-config=/etc/kubernetes/static-pod-resources/configmaps/config/config.yaml
- --kubeconfig=/etc/kubernetes/static-pod-resources/secrets/controller-manager-kubeconfig/kubeconfig
resources:
requests:
memory: 200Mi
volumeMounts:
- mountPath: /etc/kubernetes/static-pod-resources
name: resource-dir
Expand Down
3 changes: 3 additions & 0 deletions pkg/operator/v311_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e95371d

Please sign in to comment.