Skip to content

Commit

Permalink
fix: add folders and find permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
drag0n141 committed Jan 10, 2025
1 parent 1686683 commit 155b492
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ spec:
tag: v2.24.2@sha256:8fec79e0ce4023e1ac1d292469a933a2e172c891146eef89302c6dfad112fd6b
env:
TZ: ${TIMEZONE}
CONNECTION_TIMEOUT: 300000
TIMEOUT: 60000
securityContext:
runAsUser: 999
runAsGroup: 999
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
capabilities: { drop: ["ALL"] }
Expand Down
4 changes: 4 additions & 0 deletions kubernetes/main/apps/default/homepage/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ spec:
secretName: "${SECRET_DOMAIN/./-}-production-tls"
persistence:
config:
type: emptyDir
globalMounts:
- path: /app/config
homepage-config:
type: secret
name: homepage-files-secret
globalMounts:
Expand Down
4 changes: 4 additions & 0 deletions kubernetes/main/apps/default/homepage/work/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ spec:
secretName: "${SECRET_DOMAIN/./-}-production-tls"
persistence:
config:
type: emptyDir
globalMounts:
- path: /app/config
homepage-config:
type: secret
name: homepage-work-files-secret
globalMounts:
Expand Down

0 comments on commit 155b492

Please sign in to comment.