Skip to content

Commit

Permalink
deploy: Try static-web-server for staging to test fallback pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Oct 26, 2023
1 parent 2edd74f commit 33b468e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy/templates/marlowe-vesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,16 @@ spec:
components:
- name: marlowe-vesting-{{ $network }}
properties:
image: p3terx/darkhttpd
image: joseluisq/static-web-server:2
args:
- --root
- /client-www
- --port
- "8080"
- --page-fallback
- "./index.html"
- --log-level
- "info"
imagePullPolicy: Always
ports:
- expose: true
Expand Down

0 comments on commit 33b468e

Please sign in to comment.