Created
June 24, 2021 11:36
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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