Skip to content

Instantly share code, notes, and snippets.

@lixuejiang
Created March 16, 2022 05:48
Show Gist options
  • Save lixuejiang/61d78f270a42ffa4b37729ed32c66d89 to your computer and use it in GitHub Desktop.
Save lixuejiang/61d78f270a42ffa4b37729ed32c66d89 to your computer and use it in GitHub Desktop.
akash_avalanchego
version: "2.0"
services:
web:
image: 8887eth/akash_avalanchego_fuji
expose:
- port: 9650
as: 9650
to:
- global: true
- port: 9651
as: 9651
to:
- global: true
profiles:
compute:
web:
resources:
cpu:
units: 2
memory:
size: 2048Mi
storage:
size: 10240Mi
placement:
westcoast:
pricing:
web:
denom: uakt
amount: 1000
deployment:
web:
westcoast:
profile: web
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment