Skip to content

Instantly share code, notes, and snippets.

@balvinder294
Created June 24, 2021 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balvinder294/5c33a9fc2674717821a355cbf106786a to your computer and use it in GitHub Desktop.
Save balvinder294/5c33a9fc2674717821a355cbf106786a to your computer and use it in GitHub Desktop.
Jenkins Deployment file using SDL Akash DeCloud https://docs.akash.network/reference/sdl
---
version: "2.0"
services:
jenkins:
image: jenkins/jenkins:lts-jdk11
expose:
- port: 50000
to:
- global: true
- port: 8080
as: 80
to:
- global: true
profiles:
compute:
jenkins:
resources:
cpu:
units: 2
memory:
size: 2Gi
storage:
size: 10Gi
placement:
westcoast:
attributes:
host: akash
pricing:
jenkins:
denom: uakt
amount: 1000
deployment:
jenkins:
westcoast:
profile: jenkins
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment