Skip to content

Instantly share code, notes, and snippets.

@andy108369
Last active October 20, 2022 11:49
Show Gist options
  • Save andy108369/1d6d8682f15c96b5944c6b4dd319de48 to your computer and use it in GitHub Desktop.
Save andy108369/1d6d8682f15c96b5944c6b4dd319de48 to your computer and use it in GitHub Desktop.
---
version: "2.0"
services:
txgen-app:
image: busybox
command:
- "sh"
- "-c"
args:
- "sleep infinity"
expose:
- port: 80
as: 80
to:
- global: true
profiles:
compute:
txgen-app:
resources:
cpu:
units: 0.1
memory:
size: 64Mi
storage:
size: 64Mi
placement:
akash:
pricing:
txgen-app:
denom: uakt
amount: 1000000
deployment:
txgen-app:
akash:
profile: txgen-app
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment