Merge pull request #148 from sirius0xdev/fix/dashboard-volume-tmp
fix(dashboard): add tmp volumeMount for readOnlyRootFilesystem
This commit is contained in:
commit
3d873e087e
1 changed files with 6 additions and 0 deletions
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue