Skip to content

Instantly share code, notes, and snippets.

@lixuejiang
Created March 16, 2022 05:57
Show Gist options
  • Save lixuejiang/1fbcb1b8450d977ebc19e3a5c1a25f86 to your computer and use it in GitHub Desktop.
Save lixuejiang/1fbcb1b8450d977ebc19e3a5c1a25f86 to your computer and use it in GitHub Desktop.
akash_terra
version: "2.0"
services:
web:
image: 8887eth/akash_terra
expose:
- port: 1317
as: 1317
to:
- global: true
- port: 26656
as: 26656
to:
- global: true
- port: 26657
as: 26657
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