From fce4044036c01401929becc1fa5c829b8fdc1d8c Mon Sep 17 00:00:00 2001 From: Mathis Date: Sat, 10 Feb 2024 22:43:27 +0000 Subject: [PATCH] Specify restic pod hostname --- apps/gitea/restic/cronjob.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gitea/restic/cronjob.yaml b/apps/gitea/restic/cronjob.yaml index 5c76403..eb7a21e 100644 --- a/apps/gitea/restic/cronjob.yaml +++ b/apps/gitea/restic/cronjob.yaml @@ -40,6 +40,7 @@ spec: containers: - name: restic-container + hostname: restic-cronjob image: git.namesny.com/cluster/restic:latest imagePullPolicy: Always command: ["/bin/sh", "/app/backup.sh"]