Skip to content

Commit

Permalink
[Temp] use the u_id:g_id in webapp chart values
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Feb 1, 2024
1 parent acd0c97 commit 6c55e61
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,17 @@ webapp:
CSP_EXTRA_STYLE_SRC: "https://*.example.com"
CSP_EXTRA_WORKER_SRC: "https://*.example.com"

podSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
seccompProfile:
type: RuntimeDefault

# NOTE: Only relevant if you want team-settings
team-settings:
replicaCount: 1
Expand Down Expand Up @@ -320,6 +331,17 @@ team-settings:
CSP_EXTRA_WORKER_SRC: "https://*.example.com"
IS_SELF_HOSTED: "true"

podSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
seccompProfile:
type: RuntimeDefault

# NOTE: Only relevant if you want account-pages
account-pages:
replicaCount: 1
Expand Down Expand Up @@ -354,6 +376,17 @@ account-pages:
CSP_EXTRA_WORKER_SRC: "https://*.example.com"
IS_SELF_HOSTED: "true"

podSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
seccompProfile:
type: RuntimeDefault

# Only needed when legalhold is enabled
legalhold:
host: "legalhold.example.com"
Expand Down

0 comments on commit 6c55e61

Please sign in to comment.