Skip to content

Commit e936d7c

Browse files
committed
Clarify
Signed-off-by: Tom Kerkhove <[email protected]>
1 parent a708358 commit e936d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/how-to-self-hosted-gateway-on-kubernetes-in-production.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Here is an example of the security context for the self-hosted gateway:
155155
securityContext:
156156
allowPrivilegeEscalation: false
157157
runAsNonRoot: true
158-
runAsUser: 1000
159-
runAsGroup: 2000
158+
runAsUser: 1001 # This is a built-in user, but you can use any user ie 1000 as well
159+
runAsGroup: 2000 # This is just an example
160160
privileged: false
161161
capabilities:
162162
drop:

0 commit comments

Comments
 (0)