Specify restic pod hostname
This commit is contained in:
parent
9311774b35
commit
fce4044036
|
@ -40,6 +40,7 @@ spec:
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: restic-container
|
- name: restic-container
|
||||||
|
hostname: restic-cronjob
|
||||||
image: git.namesny.com/cluster/restic:latest
|
image: git.namesny.com/cluster/restic:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: ["/bin/sh", "/app/backup.sh"]
|
command: ["/bin/sh", "/app/backup.sh"]
|
||||||
|
|
Loading…
Reference in New Issue