Skip to content

Commit b9b84b6

Browse files
shlevybogdan-manole
authored andcommitted
deploy: Add persistent storage to the wallet
1 parent 540e253 commit b9b84b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

deploy/dapps-certification.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ spec:
5050
resources:
5151
requests:
5252
storage: 10Gi
53+
- type: storage
54+
properties:
55+
pvc:
56+
- name: wallet-db
57+
mountPath: /wallet-db
58+
storageClassName: ebs-sc
59+
resources:
60+
requests:
61+
storage: 10Gi
5362
- type: k8s-update-strategy
5463
properties:
5564
strategy:
@@ -81,6 +90,8 @@ spec:
8190
volumes:
8291
- name: ipc
8392
path: /ipc
93+
- name: pvc-wallet-db
94+
path: /wallet-db
8495
- type: sidecar
8596
properties:
8697
name: socat

0 commit comments

Comments
 (0)