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:
|
||||
parent: "cronjobbuild"
|
||||
spec:
|
||||
hostAliases:
|
||||
- hostnames:
|
||||
- partner-bugzilla.redhat.com
|
||||
ip: 209.132.183.72
|
||||
containers:
|
||||
- name: build
|
||||
image: docker-registry.default.svc:5000/review-stats/builder:latest
|
||||
env:
|
||||
- name: HOME
|
||||
value: "/tmp"
|
||||
volumeMounts:
|
||||
- name: review-stats-config
|
||||
mountPath: /etc/review-stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue