Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
unleashurgeek committed Nov 25, 2024
1 parent 1498fa6 commit 811f5d2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions kubernetes/main/apps/downloads/tranga/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ spec:
annotations:
reloader.stakater.com/auto: "true"

pod:
securityContext:
runAsUser: ${APP_UID}
runAsGroup: ${APP_GID}
fsGroup: ${APP_GID}
fsGroupChangePolicy: "OnRootMismatch"

containers:
main:
image:
Expand All @@ -55,9 +48,7 @@ spec:
failureThreshold: 3
readiness: *probes
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
privileged: true
resources:
requests:
cpu: 25m
Expand Down

0 comments on commit 811f5d2

Please sign in to comment.