[infra] Fix builder crash issues.

This commit is contained in:
Oliver Chang 2017-03-27 17:31:03 -07:00
parent d9c93a9137
commit 077ca8519e
3 changed files with 3 additions and 3 deletions

View File

@ -16,5 +16,5 @@ RUN /google-cloud-sdk/bin/gcloud -q components update
RUN chown -R jenkins:jenkins /google-cloud-sdk
USER jenkins
ENV JENKINS_OPTS --httpPort=-1 --httpsPort=8080 --httpsCertificate=/var/secrets/cert.pem --httpsPrivateKey=/var/secrets/cert.key
ENV JENKINS_OPTS --httpPort=8080 --httpsPort=8082 --httpsCertificate=/var/secrets/cert.pem --httpsPrivateKey=/var/secrets/cert.key
ENV PATH=$PATH:/google-cloud-sdk/bin

View File

@ -8,5 +8,5 @@ spec:
app: jenkins-master
ports:
- port: 443
targetPort: 8080
targetPort: 8082
name: https

View File

@ -12,4 +12,4 @@ spec:
port: 50000
- name: https
port: 443
targetPort: 8080
targetPort: 8082