Skip to content

Commit

Permalink
Partial revert
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Sep 27, 2023
1 parent 29a7b98 commit 773f3b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/marlowe-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
type: webservice
properties:
cpu: "0.5"
image: ghcr.io/input-output-hk/marlowe-playground-server:latest
image: ghcr.io/input-output-hk/marlowe-playground-server:61627e5e
args:
- webserver
env:
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
- type: init-container
properties:
name: playground-client
image: ghcr.io/input-output-hk/marlowe-playground-client:latest
image: ghcr.io/input-output-hk/marlowe-playground-client:61627e5e
mountName: client-www
initMountPath: /share/marlowe-playground-client/static
appMountPath: /client-www
Expand Down Expand Up @@ -137,7 +137,7 @@ spec:
secretKeyRef:
key: callbackPath
name: gh-oauth-production
image: ghcr.io/input-output-hk/marlowe-playground-server:production
image: ghcr.io/input-output-hk/marlowe-playground-server:61627e5e
traits:
- properties:
domains:
Expand All @@ -161,7 +161,7 @@ spec:
- type: init-container
properties:
name: build-client
image: ghcr.io/input-output-hk/marlowe-playground-client:production
image: ghcr.io/input-output-hk/marlowe-playground-client:61627e5e
mountName: client-www
initMountPath: /share/marlowe-playground-client/static
appMountPath: /client-www
Expand Down

0 comments on commit 773f3b4

Please sign in to comment.