Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1905320: Add memory limit for webhook container. #67

Merged
merged 2 commits into from Dec 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/webhook_deployment.yaml
Expand Up @@ -32,6 +32,7 @@ spec:
resources:
requests:
cpu: 10m
memory: 20Mi
priorityClassName: "system-cluster-critical"
restartPolicy: Always
nodeSelector:
Expand Down
2 changes: 1 addition & 1 deletion manifests/07_deployment.yaml
Expand Up @@ -27,7 +27,7 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
memory: 50Mi
memory: 65Mi
cpu: 10m
args: [ "start", "-v", "5" , "--config=/var/run/configmaps/config/operator-config.yaml"]
env:
Expand Down
1 change: 1 addition & 0 deletions pkg/generated/bindata.go

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