diff --git a/README.md b/README.md index 64840e14..d8d5160a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Awesome DeFi apps you can deploy on Akash - [Pac-Man](pacman) - [Supermario](supermario) - [Minesweeper](minesweeper) +- [Tetris2](tetris2) ### Databases and Administration diff --git a/tetris2/README.md b/tetris2/README.md new file mode 100644 index 00000000..9b571814 --- /dev/null +++ b/tetris2/README.md @@ -0,0 +1,4 @@ +# Tetris + +A simple javascript tetris game + diff --git a/tetris2/deploy.yaml b/tetris2/deploy.yaml new file mode 100644 index 00000000..605cf491 --- /dev/null +++ b/tetris2/deploy.yaml @@ -0,0 +1,37 @@ +--- +version: "2.0" + +services: + tetris: + image: uzyexe/tetris + expose: + - port: 80 + to: + - global: true +profiles: + compute: + tetris: + resources: + cpu: + units: 0.5 + memory: + size: 512Mi + storage: + size: 512Mi + placement: + westcoast: + attributes: + organization: ovrclk.com + signedBy: + anyOf: + - "akash1vz375dkt0c60annyp6mkzeejfq0qpyevhseu05" + pricing: + tetris: + denom: uakt + amount: 1000 + +deployment: + tetris: + westcoast: + profile: tetris + count: 1