Skip to content

Commit a3bdc9e

Browse files
committed
fix: bump SPIRE entries job memory limit to 512Mi
The 256Mi limit caused OOMKilled on some clusters. Signed-off-by: Min Zhang <minzhang@redhat.com>
1 parent 1116d7b commit a3bdc9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/tekton-chains/templates/spire-static-entries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
memory: 128Mi
9898
limits:
9999
cpu: 200m
100-
memory: 256Mi
100+
memory: 512Mi
101101
command: ["/bin/bash", "-c"]
102102
args:
103103
- |

0 commit comments

Comments
 (0)