File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 43
43
containers :
44
44
- name : marketplace-operator
45
45
securityContext :
46
+ readOnlyRootFilesystem : true
46
47
allowPrivilegeEscalation : false
47
48
capabilities :
48
49
drop : ["ALL"]
72
73
port : 8080
73
74
resources :
74
75
requests :
75
- cpu : 10m
76
- memory : 50Mi
76
+ cpu : 1m
77
+ memory : 5Mi
78
+ terminationMessagePolicy : FallbackToLogsOnError
77
79
env :
78
80
- name : WATCH_NAMESPACE
79
81
valueFrom :
@@ -88,12 +90,18 @@ spec:
88
90
- name : " RELEASE_VERSION"
89
91
# The string "0.0.1-snapshot" is substituted by the CVO with the version of the payload
90
92
value : " 0.0.1-snapshot"
93
+ - name : GOMEMLIMIT
94
+ value : 5MiB
91
95
volumeMounts :
96
+ - mountPath : /tmp
97
+ name : tmp
92
98
- name : marketplace-trusted-ca
93
99
mountPath : /etc/pki/ca-trust/extracted/pem/
94
100
- name : marketplace-operator-metrics
95
101
mountPath : /var/run/secrets/serving-cert
96
102
volumes :
103
+ - emptyDir : {}
104
+ name : tmp
97
105
- name : marketplace-trusted-ca
98
106
configMap :
99
107
optional : true
You can’t perform that action at this time.
0 commit comments