Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Nov 30, 2024
1 parent d940c4c commit 39f15a1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions kubernetes/main/apps/downloads/dashbrr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,14 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
resources:
requests:
cpu: 100m
limits:
memory: 2Gi
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
service:
app:
controller: *app
Expand Down

0 comments on commit 39f15a1

Please sign in to comment.