mirror of https://github.com/google/oss-fuzz.git
[infra] comments cleanup
This commit is contained in:
parent
5ed9cd5cef
commit
9bd1f7e5b1
|
@ -13,19 +13,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: jenkins
|
- name: jenkins
|
||||||
image: jenkinsci/jenkins
|
image: jenkinsci/jenkins
|
||||||
# command:
|
|
||||||
# - "/bin/tini"
|
|
||||||
# - "--"
|
|
||||||
# - "/usr/local/bin/jenkins.sh"
|
|
||||||
env:
|
env:
|
||||||
# - name: KUB_POD_NAME
|
|
||||||
# valueFrom:
|
|
||||||
# fieldRef:
|
|
||||||
# fieldPath: metadata.name
|
|
||||||
# - name: KUB_POD_IP
|
|
||||||
# valueFrom:
|
|
||||||
# fieldRef:
|
|
||||||
# fieldPath: status.podIP
|
|
||||||
- name: JAVA_OPTS
|
- name: JAVA_OPTS
|
||||||
value: "-Duser.timezone=America/Los_Angeles -Dhudson.security.csrf.requestfield=Jenkins-Crumb"
|
value: "-Duser.timezone=America/Los_Angeles -Dhudson.security.csrf.requestfield=Jenkins-Crumb"
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue