Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ spec:
timeoutSeconds: 3
resources:
limits:
cpu: 100m
memory: 200Mi
memory: 400Mi
requests:
cpu: 100m
cpu: 50m
memory: 200Mi
securityContext:
readOnlyRootFilesystem: true
Expand Down
3 changes: 1 addition & 2 deletions deploy/openshift/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ spec:
resources:
requests:
memory: "400Mi"
cpu: "300m"
cpu: "50m"
limits:
memory: "400Mi"
cpu: "300m"
livenessProbe:
httpGet:
path: /healthz
Expand Down