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 4fffb98 commit 5f5a10fCopy full SHA for 5f5a10f
deploy/dapps-certification.yaml
@@ -23,12 +23,9 @@ spec:
23
secretKeyRef:
24
key: WALLET_PASSPHRASE
25
name: the-secrets
26
- #- name: JWT_SECRET
27
- #valueFrom:
28
- #secretKeyRef:
29
- #key: JWT_SECRET
30
- #name: the-secrets
31
- image: ghcr.io/demoiog/plutus-certification:9
+ - name: DB_PATH
+ value: "/db/certification.sqlite"
+ image: ghcr.io/demoiog/plutus-certification:10
32
imagePullPolicy: IfNotPresent
33
imagePullSecrets:
34
- iohk-ghcr-creds
@@ -42,6 +39,15 @@ spec:
42
39
- name: ipc
43
40
mountPath: /ipc
44
41
traits:
+ - type: storage
+ properties:
+ pvc:
45
+ - name: db
46
+ mountPath: /db
47
+ storageClassName: ebs-sc
48
+ resources:
49
+ requests:
50
+ storage: 10Gi
51
- properties:
52
replicas: 1
53
type: scaler
0 commit comments