Skip to content

Commit

Permalink
Create deployment.sdl.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesJUDITH authored Dec 25, 2023
1 parent d87ccd2 commit 4a19709
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions umee/umee-pricefeeder-exporter/akash/deployment.sdl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
version: '2.0'
services:
web:
image: 'umee-pricefeeder-exporter:latest'
expose:
- port: 8000
as: 80
to:
- global: true
---
profiles:
compute:
web:
resources:
cpu:
units: 0.2
memory:
size: 256Mi
storage:
size: 512Mb
placement:
dcloud:
pricing:
web:
denom: uakt
amount: 1000

deployment:
web:
dcloud:
profile: web
count: 1

0 comments on commit 4a19709

Please sign in to comment.