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