Skip to content

Commit

Permalink
chore: change deployment to plutus-certification:10
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-manole committed Aug 16, 2023
1 parent 4fffb98 commit 5f5a10f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions deploy/dapps-certification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5f5a10f

Please sign in to comment.