MirrorManager: fix image name in cron jobs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
49a32725ba
commit
7879d6bddf
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ spec:
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
containers:
|
containers:
|
||||||
- name: mirrormanager
|
- name: mirrormanager
|
||||||
image: mirrormanager:latest
|
image: mirrormanager2:latest
|
||||||
command: ["/opt/app-root/bin/mm2_generate-worldmap", "--output", "/var/www/mirrormanager-statistics/map/"]
|
command: ["/opt/app-root/bin/mm2_generate-worldmap", "--output", "/var/www/mirrormanager-statistics/map/"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
|
@ -50,7 +50,7 @@ spec:
|
||||||
# restartPolicy: Never
|
# restartPolicy: Never
|
||||||
# containers:
|
# containers:
|
||||||
# - name: mirrormanager
|
# - name: mirrormanager
|
||||||
# image: mirrormanager:latest
|
# image: mirrormanager2:latest
|
||||||
# command: ["bash", "/opt/scripts/sync-crawler-logs.sh"]
|
# command: ["bash", "/opt/scripts/sync-crawler-logs.sh"]
|
||||||
# volumeMounts:
|
# volumeMounts:
|
||||||
# - name: config
|
# - name: config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue