Skip to content

Commit

Permalink
Merge pull request lsst-sqre#3604 from lsst-sqre/u/ajt/ff-pvc-ownership
Browse files Browse the repository at this point in the history
Add security context info for Firefly at IDF sites
  • Loading branch information
athornton authored Aug 8, 2024
2 parents 9119f14 + eb9afdd commit 3bb8f0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
6 changes: 5 additions & 1 deletion applications/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb8f0e

Please sign in to comment.