We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540e253 commit b9b84b6Copy full SHA for b9b84b6
deploy/dapps-certification.yaml
@@ -50,6 +50,15 @@ spec:
50
resources:
51
requests:
52
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
62
- type: k8s-update-strategy
63
properties:
64
strategy:
@@ -81,6 +90,8 @@ spec:
81
90
volumes:
82
91
- name: ipc
83
92
path: /ipc
93
+ - name: pvc-wallet-db
94
+ path: /wallet-db
84
95
- type: sidecar
85
96
86
97
name: socat
0 commit comments