Skip to content

Commit

Permalink
feat: security improvements for new foundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
wittdennis committed Dec 27, 2024
1 parent 94a3019 commit 67c1861
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions argo-apps/in-cluster/foundry-app.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@ spec:
releaseName: test
values: |
image:
tag: 13.334.0
podSecurityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
seccompProfile:
type: RuntimeDefault
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
config:
enableTelemetry: true
existingSecret:
Expand Down

0 comments on commit 67c1861

Please sign in to comment.