Skip to content

Commit

Permalink
Merge pull request #1296 from huww98/init-limit
Browse files Browse the repository at this point in the history
deploy: increase the limit of init container
  • Loading branch information
k8s-ci-robot authored Jan 24, 2025
2 parents 9a36410 + fba561c commit f80a063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/chart/templates/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
cpu: 100m
memory: 128Mi
limits:
cpu: 200m
memory: 256Mi
cpu: 500m
memory: 1Gi
volumeMounts:
- name: etc
mountPath: /host/etc
Expand Down

0 comments on commit f80a063

Please sign in to comment.