Skip to content

Instantly share code, notes, and snippets.

@ericet
Created March 15, 2022 16:38
Show Gist options
  • Save ericet/449083cf56cfb056d8c96e53a5cb6d2b to your computer and use it in GitHub Desktop.
Save ericet/449083cf56cfb056d8c96e53a5cb6d2b to your computer and use it in GitHub Desktop.
---
version: "2.0"
services:
terrad:
image: ericet/terrad:0.1
expose:
- port: 26657
as: 26657
to:
- global: true
profiles:
compute:
terrad-profile:
resources:
cpu:
units: 2.0
memory:
size: 16Gi
storage:
size: 128Gi
placement:
westcoast:
pricing:
terrad-profile:
denom: uakt
amount: 1000
deployment:
terrad:
westcoast:
profile: terrad-profile
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment