Skip to content

Commit

Permalink
Configure security context for gateway (Qiskit#717)
Browse files Browse the repository at this point in the history
* Configure security context for gateway

* Update infrastructure/helm/quantumserverless/charts/gateway/values.yaml

Co-authored-by: Iskandar Sitdikov <IceKhan13@users.noreply.github.com>

* Changed the order for some values

---------

Co-authored-by: Iskandar Sitdikov <IceKhan13@users.noreply.github.com>
  • Loading branch information
Tansito and IceKhan13 authored Jun 23, 2023
1 parent eab9bcd commit 89718d7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ serviceAccount:

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 1001
# runAsUser: 1001
# runAsGroup: 1001
podSecurityContext:
fsGroup: 1000
runAsUser: 1000
runAsGroup: 100
# fsGroupChangePolicy: "OnRootMismatch"

securityContext: {}
Expand Down

0 comments on commit 89718d7

Please sign in to comment.