Skip to content

Commit

Permalink
change the default sidecar-ephemeral-storage-limit to 5Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiaxun committed Mar 31, 2023
1 parent 8b469fe commit b306cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/base/webhook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- --sidecar-image-pull-policy=$(SIDECAR_IMAGE_PULL_POLICY)
- --sidecar-cpu-limit=250m
- --sidecar-memory-limit=256Mi
- --sidecar-ephemeral-storage-limit=10Gi
- --sidecar-ephemeral-storage-limit=5Gi
- --cert-dir=/etc/tls-certs
- --port=22030
- --health-probe-bind-address=:22031
Expand Down

0 comments on commit b306cf9

Please sign in to comment.