From db4b5f709e72bf1a71053893bc1b202207b7d9a2 Mon Sep 17 00:00:00 2001 From: Bogdan Manole Date: Thu, 31 Aug 2023 13:32:23 +0300 Subject: [PATCH] build: deployment for BE@v13 and FE@v7 --- deploy/dapps-certification-web.yaml | 2 +- deploy/dapps-certification.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/dapps-certification-web.yaml b/deploy/dapps-certification-web.yaml index 626da9ae..eabf6f32 100644 --- a/deploy/dapps-certification-web.yaml +++ b/deploy/dapps-certification-web.yaml @@ -8,7 +8,7 @@ spec: - name: dapps-certification-web type: webservice properties: - image: ghcr.io/demoiog/plutus-certification-web:5 + image: ghcr.io/demoiog/plutus-certification-web:7 imagePullPolicy: IfNotPresent ports: - expose: true diff --git a/deploy/dapps-certification.yaml b/deploy/dapps-certification.yaml index 786b079a..12bf82a8 100644 --- a/deploy/dapps-certification.yaml +++ b/deploy/dapps-certification.yaml @@ -16,6 +16,8 @@ spec: value: http://localhost:8090 - name: WALLET_CERTIFICATION_PRICE value: "1000000" + - name: MIN_AMOUNT_FOR_ADDRESS_RESERVATION + value: "1000000" - name: PORT value: "80" - name: WALLET_PASSPHRASE @@ -25,7 +27,7 @@ spec: name: the-secrets - name: DB_PATH value: "/db/certification.sqlite" - image: ghcr.io/demoiog/plutus-certification:12 + image: ghcr.io/demoiog/plutus-certification:13 imagePullPolicy: IfNotPresent imagePullSecrets: - iohk-ghcr-creds