From ebb019a38debf6ea3c30b4825eae89c6c0f02a54 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Thu, 7 Sep 2023 05:22:11 -0400 Subject: [PATCH] deploy: Add persistent storage to the wallet --- deploy/dapps-certification.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deploy/dapps-certification.yaml b/deploy/dapps-certification.yaml index 12bf82a8..10defa7e 100644 --- a/deploy/dapps-certification.yaml +++ b/deploy/dapps-certification.yaml @@ -50,6 +50,15 @@ spec: resources: requests: storage: 10Gi + - type: storage + properties: + pvc: + - name: wallet-db + mountPath: /wallet-db + storageClassName: ebs-sc + resources: + requests: + storage: 10Gi - type: k8s-update-strategy properties: strategy: @@ -81,6 +90,8 @@ spec: volumes: - name: ipc path: /ipc + - name: pvc-wallet-db + path: /wallet-db - type: sidecar properties: name: socat