mirror of https://github.com/google/oss-fuzz.git
[infra] Fix builder crash issues.
This commit is contained in:
parent
d9c93a9137
commit
077ca8519e
|
@ -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
|
||||
|
|
|
@ -8,5 +8,5 @@ spec:
|
|||
app: jenkins-master
|
||||
ports:
|
||||
- port: 443
|
||||
targetPort: 8080
|
||||
targetPort: 8082
|
||||
name: https
|
||||
|
|
|
@ -12,4 +12,4 @@ spec:
|
|||
port: 50000
|
||||
- name: https
|
||||
port: 443
|
||||
targetPort: 8080
|
||||
targetPort: 8082
|
||||
|
|
Loading…
Reference in New Issue