diff --git a/applications/portal/README.md b/applications/portal/README.md index 8ae8e90211..6a01dfd5a6 100644 --- a/applications/portal/README.md +++ b/applications/portal/README.md @@ -42,5 +42,5 @@ Rubin Science Platform Portal Aspect | redis.tolerations | list | `[]` | Tolerations for the Redis pod | | replicaCount | int | `1` | Number of pods to start | | resources | object | See `values.yaml` | Resource limits and requests. The Portal will use (by default) 93% of container RAM. This is a smallish Portal; tweak it as you need to in instance definitions in Phalanx. | -| securityContext | object | `{}` | Security context for the Portal pod | +| securityContext | object | See `values.yaml` | Security context for the Portal pod | | tolerations | list | `[]` | Tolerations for the Portal pod | diff --git a/applications/portal/values.yaml b/applications/portal/values.yaml index 90f3821488..d701a85fc3 100644 --- a/applications/portal/values.yaml +++ b/applications/portal/values.yaml @@ -50,7 +50,11 @@ tolerations: [] affinity: {} # -- Security context for the Portal pod -securityContext: {} +# @default -- See `values.yaml` +securityContext: + runAsUser: 91 + runAsGroup: 91 + fsGroup: 91 config: # -- Set to `TRUE` to enable service debugging