Skip to content

Commit 10f2bce

Browse files
shlevybogdan-manole
authored andcommitted
deploy: Enable k8s scheduler
1 parent d3c7187 commit 10f2bce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deploy/dapps-certification.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ spec:
4646
secretKeyRef:
4747
key: token
4848
name: nbn
49-
image: ghcr.io/input-output-hk/plutus-certification:PLT-7784-nixbuild.net
50-
imagePullPolicy: IfNotPresent
49+
- name: RUN_CERTIFY_IMAGE
50+
value: ghcr.io/input-output-hk/plutus-certification:PLT-7784-k8s-sched
51+
image: ghcr.io/input-output-hk/plutus-certification:PLT-7784-k8s-sched
52+
imagePullPolicy: Always
5153
imagePullSecrets:
5254
- iohk-ghcr-creds
5355
memory: 8Gi

0 commit comments

Comments
 (0)