Merge pull request #148 from sirius0xdev/fix/dashboard-volume-tmp

fix(dashboard): add tmp volumeMount for readOnlyRootFilesystem
This commit is contained in:
sirius0xdev 2026-05-25 02:18:06 -04:00 committed by GitHub
commit 3d873e087e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,9 @@ spec:
secretKeyRef:
name: trading-db-credentials
key: password
volumeMounts:
- name: tmp
mountPath: /tmp
startupProbe:
httpGet:
path: /
@ -77,3 +80,6 @@ spec:
port: 3000
initialDelaySeconds: 5
periodSeconds: 10
volumes:
- name: tmp
emptyDir: {}