Skip to content

Commit 5f5a10f

Browse files
committed
chore: change deployment to plutus-certification:10
1 parent 4fffb98 commit 5f5a10f

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

deploy/dapps-certification.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ spec:
2323
secretKeyRef:
2424
key: WALLET_PASSPHRASE
2525
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
26+
- name: DB_PATH
27+
value: "/db/certification.sqlite"
28+
image: ghcr.io/demoiog/plutus-certification:10
3229
imagePullPolicy: IfNotPresent
3330
imagePullSecrets:
3431
- iohk-ghcr-creds
@@ -42,6 +39,15 @@ spec:
4239
- name: ipc
4340
mountPath: /ipc
4441
traits:
42+
- type: storage
43+
properties:
44+
pvc:
45+
- name: db
46+
mountPath: /db
47+
storageClassName: ebs-sc
48+
resources:
49+
requests:
50+
storage: 10Gi
4551
- properties:
4652
replicas: 1
4753
type: scaler

0 commit comments

Comments
 (0)