Skip to content

Commit

Permalink
Run as user 101 to match nginx user ID
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Aug 28, 2024
1 parent 5c1d8b7 commit 66f8e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/prod/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsUser: 101
imagePullSecrets:
- name: ameelio-registry
containers:
Expand Down
2 changes: 1 addition & 1 deletion k8s/staging/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsUser: 101
imagePullSecrets:
- name: ameelio-registry
containers:
Expand Down

0 comments on commit 66f8e67

Please sign in to comment.