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:
|
secretKeyRef:
|
||||||
name: trading-db-credentials
|
name: trading-db-credentials
|
||||||
key: password
|
key: password
|
||||||
|
volumeMounts:
|
||||||
|
- name: tmp
|
||||||
|
mountPath: /tmp
|
||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|
@ -77,3 +80,6 @@ spec:
|
||||||
port: 3000
|
port: 3000
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
volumes:
|
||||||
|
- name: tmp
|
||||||
|
emptyDir: {}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue