Skip to content

Commit

Permalink
remote hostnames & lower down the requirements for live demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tidrolpolelsef authored Jun 10, 2022
1 parent 98ffc5b commit aec4096
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions goosebin/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ profiles:
placement:
akash:
attributes:
host: akash
organization: akash.network
signedBy:
anyOf:
- "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
pricing:
web:
denom: uakt
amount: 100
amount: 9000
storage:
denom: uakt
amount: 100
amount: 9000

deployment:
goosebin:
Expand Down
6 changes: 3 additions & 3 deletions minesweeper/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ profiles:
minesweeper:
resources:
cpu:
units: 1.0
units: 0.1
memory:
size: 512Mi
storage:
size: 512Mi
placement:
akash:
attributes:
host: akash
organization: akash.network
signedBy:
anyOf:
- "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
pricing:
minesweeper:
denom: uakt
amount: 100
amount: 9000

deployment:
minesweeper:
Expand Down
12 changes: 5 additions & 7 deletions snake-game/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,41 +20,39 @@ services:
as: 80
to:
- global: true
accept:
- snakegame.smartwave.tk

profiles:
compute:
snake:
resources:
cpu:
units: 1.0
units: 0.25
memory:
size: 512Mi
storage:
size: 1G
mongo:
resources:
cpu:
units: 1.0
units: 0.25
memory:
size: 512Mi
storage:
size: 128Mi
placement:
akash:
attributes:
host: akash
organization: akash.network
signedBy:
anyOf:
- "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
pricing:
snake:
denom: uakt
amount: 100
amount: 9000
mongo:
denom: uakt
amount: 100
amount: 9000

deployment:
snake:
Expand Down

0 comments on commit aec4096

Please sign in to comment.