Skip to content

Commit

Permalink
replace deployment sdl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanyarai899 authored Dec 11, 2024
1 parent a7ab6c2 commit 64de31b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions automatic-deployment-CICD-template/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
version: "2.0"
services:
service-1:
image: hoomanhq/automation:0.421
expose:
- port: 3000
as: 80
to:
- global: true
env:
- "REPO_URL=https://github.com/onwidget/astrowind"
- "BRANCH_NAME=main"
profiles:
compute:
service-1:
resources:
cpu:
units: 2
memory:
size: 6GB
storage:
- size: 10Gi
placement:
dcloud:
pricing:
service-1:
denom: uakt
amount: 10000
deployment:
service-1:
dcloud:
profile: service-1
count: 1

0 comments on commit 64de31b

Please sign in to comment.