Skip to content

Commit db4b5f7

Browse files
committed
build: deployment for BE@v13 and FE@v7
1 parent 96ced59 commit db4b5f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

deploy/dapps-certification-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- name: dapps-certification-web
99
type: webservice
1010
properties:
11-
image: ghcr.io/demoiog/plutus-certification-web:5
11+
image: ghcr.io/demoiog/plutus-certification-web:7
1212
imagePullPolicy: IfNotPresent
1313
ports:
1414
- expose: true

deploy/dapps-certification.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
value: http://localhost:8090
1717
- name: WALLET_CERTIFICATION_PRICE
1818
value: "1000000"
19+
- name: MIN_AMOUNT_FOR_ADDRESS_RESERVATION
20+
value: "1000000"
1921
- name: PORT
2022
value: "80"
2123
- name: WALLET_PASSPHRASE
@@ -25,7 +27,7 @@ spec:
2527
name: the-secrets
2628
- name: DB_PATH
2729
value: "/db/certification.sqlite"
28-
image: ghcr.io/demoiog/plutus-certification:12
30+
image: ghcr.io/demoiog/plutus-certification:13
2931
imagePullPolicy: IfNotPresent
3032
imagePullSecrets:
3133
- iohk-ghcr-creds

0 commit comments

Comments
 (0)