Skip to content

Commit

Permalink
build: deployment for BE@v13 and FE@v7
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-manole committed Aug 31, 2023
1 parent 96ced59 commit db4b5f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/dapps-certification-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion deploy/dapps-certification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit db4b5f7

Please sign in to comment.