Skip to content

Commit a9ff4d9

Browse files
committed
Added openshift support for hybrid
1 parent b509505 commit a9ff4d9

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

kubernetes/helm-hybrid/values.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
209228
tyk-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

0 commit comments

Comments
 (0)