Skip to content

Instantly share code, notes, and snippets.

@gosuri
Created November 11, 2019 00:21
Show Gist options
  • Save gosuri/d50aad28ef6d5a39f14ef4995005859a to your computer and use it in GitHub Desktop.
Save gosuri/d50aad28ef6d5a39f14ef4995005859a to your computer and use it in GitHub Desktop.
inlets-akash
---
version: "1.0"
services:
inlets:
image: inlets/inlets:2.6.1
args:
- server
- --control-port=8081
- --port=8081
- --token=abcd1234
expose:
- port: 8081
as: 80
to:
- global: true
profiles:
compute:
inlets:
cpu: "0.25"
memory: "512Mi"
disk: "1G"
placement:
attributes:
sgx: enabled
global:
pricing:
inlets: 500u
deployment:
inlets:
global:
profile: inlets
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment