Skip to content

Instantly share code, notes, and snippets.

@chainzero
Created May 2, 2024 16:11
Show Gist options
  • Save chainzero/c9d2efdd019b03bfbb6727e41bcb049c to your computer and use it in GitHub Desktop.
Save chainzero/c9d2efdd019b03bfbb6727e41bcb049c to your computer and use it in GitHub Desktop.
deploy.yml
---
version: "2.0"
services:
supermario:
image: scarruthers/private-repo-testing:1
credentials:
host: docker.io
username: scarruthers
password: "password"
expose:
- port: 8080
as: 80
to:
- global: true
profiles:
compute:
supermario:
resources:
cpu:
units: 0.1
memory:
size: 256Mi
storage:
size: 256Mi
placement:
akash:
attributes:
region: us-east
pricing:
supermario:
denom: uakt
amount: 100000
deployment:
supermario:
akash:
profile: supermario
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment