diff --git a/apps/base/customer1/trading-platform/dashboard/deployment.yaml b/apps/base/customer1/trading-platform/dashboard/deployment.yaml index 26bb7b6..45de986 100644 --- a/apps/base/customer1/trading-platform/dashboard/deployment.yaml +++ b/apps/base/customer1/trading-platform/dashboard/deployment.yaml @@ -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: {}