Skip to content

Commit

Permalink
security
Browse files Browse the repository at this point in the history
  • Loading branch information
jalim committed Aug 26, 2024
1 parent 83e535b commit b681c68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kubernetes/main/apps/default/actual/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
reloader.stakater.com/auto: "true"

pod:
securityContext:
securityContext: &securityContext
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
Expand Down Expand Up @@ -63,6 +63,9 @@ spec:
image:
repository: docker pull ghcr.io/jalim/up_actual_sync
tag: v0.0.1@sha256:7d67a8e5b471fd1eae3e0d22aceb297918a241295605371fdc8422396c9088a2
pod:
restartPolicy: OnFailure
securityContext: *securityContext
service:
app:
controller: actual
Expand Down

0 comments on commit b681c68

Please sign in to comment.