File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,6 +205,25 @@ tyk-gateway:
205205 externalTrafficPolicy : Local
206206 # annotations: {}
207207
208+ # -------------------------------------------------------------------------
209+ # Required for deploying on RedHat OpenShift
210+ # -------------------------------------------------------------------------
211+ # securityContext:
212+ # runAsUser: null
213+ # fsGroup: null
214+ # runAsNonRoot: true
215+ # containerSecurityContext:
216+ # runAsNonRoot: true
217+ # runAsUser: null
218+ # allowPrivilegeEscalation: false
219+ # privileged: false
220+ # readOnlyRootFilesystem: true
221+ # seccompProfile:
222+ # type: RuntimeDefault
223+ # capabilities:
224+ # drop:
225+ # - ALL
226+
208227# PUMP (Optional but recommended)
209228tyk-pump :
210229 pump :
@@ -223,3 +242,22 @@ tyk-pump:
223242 enableAggregateAnalytics : false
224243
225244 purgeDelay : 2
245+
246+ # -------------------------------------------------------------------------
247+ # Required for deploying on RedHat OpenShift
248+ # -------------------------------------------------------------------------
249+ # securityContext:
250+ # runAsUser: null
251+ # fsGroup: null
252+ # runAsNonRoot: true
253+ # containerSecurityContext:
254+ # runAsNonRoot: true
255+ # runAsUser: null
256+ # allowPrivilegeEscalation: false
257+ # privileged: false
258+ # readOnlyRootFilesystem: true
259+ # seccompProfile:
260+ # type: RuntimeDefault
261+ # capabilities:
262+ # drop:
263+ # - ALL
You can’t perform that action at this time.
0 commit comments