We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f23122c + 2504ccd commit f5d7524Copy full SHA for f5d7524
manifests/09_operator.yaml
@@ -72,8 +72,8 @@ spec:
72
port: 8080
73
resources:
74
requests:
75
- cpu: 10m
76
- memory: 50Mi
+ cpu: 1m
+ memory: 5Mi
77
env:
78
- name: WATCH_NAMESPACE
79
valueFrom:
@@ -88,6 +88,8 @@ spec:
88
- name: "RELEASE_VERSION"
89
# The string "0.0.1-snapshot" is substituted by the CVO with the version of the payload
90
value: "0.0.1-snapshot"
91
+ - name: GOMEMLIMIT
92
+ value: 5MiB
93
volumeMounts:
94
- name: marketplace-trusted-ca
95
mountPath: /etc/pki/ca-trust/extracted/pem/
0 commit comments