Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mysticrenji
Created March 11, 2021 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mysticrenji/4e6a9e1075d4a85a1113ef4f4fc59869 to your computer and use it in GitHub Desktop.
Save mysticrenji/4e6a9e1075d4a85a1113ef4f4fc59869 to your computer and use it in GitHub Desktop.
controller:
adminSecret: true
adminUser: admin
adminPassword: "@wesome!1"
numExecutors: 0
installPlugins:
- configuration-as-code:latest
- kubernetes:latest
- workflow-aggregator:latest
- workflow-job:latest
- credentials-binding:latest
- git:latest
- git-client:latest
- git-server:latest
- greenballs:latest
- blueocean:latest
- strict-crumb-issuer:latest
- http_request:latest
- matrix-project:latest
- jquery:latest
- artifactory:latest
- jdk-tool:latest
- matrix-auth:latest
- credentials:latest
- pipeline-utility-steps:latest
- docker-workflow:latest
- command-launcher:latest
- github-branch-source:latest
overwritePlugins: true
ingress:
enabled: true
hostName: jenkins-devops.southeastasia.cloudapp.azure.com
tls:
- secretName: devops-cert-jenkins
hosts:
- jenkins-devops.southeastasia.cloudapp.azure.com
annotations:
kubernetes.io/ingress.class: nginx
#kubernetes.io/ssl-redirect: "true"
persistence:
enabled: true
storageClass: ""
annotations: {}
accessMode: "ReadWriteOnce"
size: "10Gi"
volumes:
# - name: nothing
# emptyDir: {}
mounts:
# - mountPath: /var/nothing
# name: nothing
# readOnly: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment