review-stats: define bugzilla ip addr and the home env variable
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
84409f8b07
commit
e0a1ab1f7a
1 changed files with 6 additions and 0 deletions
|
@ -12,10 +12,16 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
parent: "cronjobbuild"
|
parent: "cronjobbuild"
|
||||||
spec:
|
spec:
|
||||||
|
hostAliases:
|
||||||
|
- hostnames:
|
||||||
|
- partner-bugzilla.redhat.com
|
||||||
|
ip: 209.132.183.72
|
||||||
containers:
|
containers:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker-registry.default.svc:5000/review-stats/builder:latest
|
image: docker-registry.default.svc:5000/review-stats/builder:latest
|
||||||
env:
|
env:
|
||||||
|
- name: HOME
|
||||||
|
value: "/tmp"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: review-stats-config
|
- name: review-stats-config
|
||||||
mountPath: /etc/review-stats
|
mountPath: /etc/review-stats
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue