Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
manifests: adjust memory requests (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbybibby authored Jul 5, 2021
1 parent eb1ea8d commit 1bda819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/base/k8s-sidecar-injector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ spec:
resources:
requests:
cpu: 0m
memory: 1Gi
memory: 30Mi
limits:
cpu: 500m
memory: 2Gi
memory: 500Mi
env:
- name: "TLS_CERT_FILE"
value: "/var/lib/secrets/tls.crt"
Expand Down

0 comments on commit 1bda819

Please sign in to comment.