Last active
October 20, 2022 11:49
-
-
Save andy108369/1d6d8682f15c96b5944c6b4dd319de48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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