diff --git a/molgenis-jenkins/values.yaml b/molgenis-jenkins/values.yaml index 27d3cd8..8704f5d 100644 --- a/molgenis-jenkins/values.yaml +++ b/molgenis-jenkins/values.yaml @@ -74,6 +74,111 @@ jenkins: + molgenis-operations: |- + + + + HTTPD server that can be used for redirection and proxieing + molgenis-ops-docker-httpd + + + + + + + + + + + + false + + + + + + + true + -1 + -1 + + + false + + + + + a756941d-6c9d-4492-bcf9-327041764be6 + https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-httpd.git + molgenis-jenkins-github-secret + + + + + + + + + + + + + + Jenkinsfile + + + molgenis-ops-docker-maven: |- + + + + + + + + + + + + + + + + false + + + + + + + true + -1 + -1 + + + false + + + + + 4702479a-6988-4a85-b4b7-e77fa2d05ffa + https://git.webhosting.rug.nl/molgenis/molgenis=ops-docker-maven.git + + + + + + + + + + + + + + + Jenkinsfile + + # Kubernetes secret that contains a 'credentials.xml' for Jenkins # CredentialsXmlSecret: jenkins-credentials # Kubernetes secret that contains files to be put in the Jenkins 'secrets' directory, @@ -109,17 +214,14 @@ jenkins: Ports: - name: rest containerPort: "9200" - hostPort: "9200" - name: api containerPort: "9300" - hostPort: "9300" postgres: Image: "postgres" ImageTag: "9.6-alpine" Ports: - name: postgres containerPort: "5432" - hostPort: "5432" EnvVars: - type: Secret key: PGP_PASSPHRASE @@ -130,10 +232,7 @@ jenkins: value: "keyfile:/root/.m2/key.asc" - type: KeyValue key: npm_config_registry - value: "http://nexus.molgenis-nexus:8081/repository/npm-central" - - type: KeyValue - key: yarn_proxy - value: "http://nexus.molgenis-nexus:8081/repository/npm-central" + value: "http://nexus.molgenis-nexus:8081/repository/npm-central/" - type: Secret key: SONAR_TOKEN secretName: molgenis-pipeline-env-secret