Skip to content

Commit

Permalink
Merge branch 'static-http-server'
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Dec 12, 2023
2 parents 3c85faf + 1d418b0 commit 4fc07fd
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions deploy/templates/marlowe-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,16 @@ spec:
type: webservice
properties:
cpu: "0.5"
image: p3terx/darkhttpd
image: joseluisq/static-web-server:2
args:
- /client-www
- --port
- "8080"
- --root
- /client-www
- --port
- "8080"
- --page-fallback
- "/client-www/index.html"
- --log-level
- info
imagePullPolicy: Always
memory: 1024Mi
ports:
Expand Down Expand Up @@ -153,7 +158,7 @@ spec:
type: https-route
- name: marlowe-playground-client
properties:
image: p3terx/darkhttpd
image: joseluisq/static-web-server:2
traits:
- properties:
domains:
Expand Down

0 comments on commit 4fc07fd

Please sign in to comment.