Skip to content

Commit

Permalink
deploy: Add persistent storage to the wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Sep 7, 2023
1 parent db4b5f7 commit ebb019a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/dapps-certification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -81,6 +90,8 @@ spec:
volumes:
- name: ipc
path: /ipc
- name: pvc-wallet-db
path: /wallet-db
- type: sidecar
properties:
name: socat
Expand Down

0 comments on commit ebb019a

Please sign in to comment.