From 5f5a10ff5e7e6760a65e94e0ba9fc4603416c7e3 Mon Sep 17 00:00:00 2001 From: Bogdan Manole Date: Wed, 16 Aug 2023 11:33:58 +0000 Subject: [PATCH] chore: change deployment to plutus-certification:10 --- deploy/dapps-certification.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/deploy/dapps-certification.yaml b/deploy/dapps-certification.yaml index c8703aa7..cc1475e5 100644 --- a/deploy/dapps-certification.yaml +++ b/deploy/dapps-certification.yaml @@ -23,12 +23,9 @@ spec: secretKeyRef: key: WALLET_PASSPHRASE name: the-secrets - #- name: JWT_SECRET - #valueFrom: - #secretKeyRef: - #key: JWT_SECRET - #name: the-secrets - image: ghcr.io/demoiog/plutus-certification:9 + - name: DB_PATH + value: "/db/certification.sqlite" + image: ghcr.io/demoiog/plutus-certification:10 imagePullPolicy: IfNotPresent imagePullSecrets: - iohk-ghcr-creds @@ -42,6 +39,15 @@ spec: - name: ipc mountPath: /ipc traits: + - type: storage + properties: + pvc: + - name: db + mountPath: /db + storageClassName: ebs-sc + resources: + requests: + storage: 10Gi - properties: replicas: 1 type: scaler