Swap cronjob image

This commit is contained in:
Gabriel Simmer 2024-07-20 12:48:46 +01:00
parent 959bab2ee1
commit e3159b62cb
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 2 additions and 6 deletions

View file

@ -17,8 +17,6 @@ spec:
- /bin/bash
- -c
- >
apt update && apt install -y curl
curl "https://healthchecks.gmem.ca/ping/${HEALTHCHECKS_UUID}/start"
export LOGIN=$(echo -n "${LOGIN_USERNAME}:${LOGIN_PASSWORD}" | base64 -w0)
@ -46,7 +44,7 @@ spec:
name: router-cert
- secretRef:
name: router-cert
image: debian:bookworm-slim
image: git.gmem.ca/arch/kutils
name: upload-certificate
volumeMounts:
- mountPath: /data

View file

@ -18,8 +18,6 @@ spec:
- /bin/bash
- -c
- >
apt update && apt install -y postgresql-client curl
curl -o /dev/null "https://healthchecks.gmem.ca/ping/$HEALTHCHECKS_UUID/start"
export PGPASSWORD=$password &&
@ -35,7 +33,7 @@ spec:
envFrom:
- secretRef:
name: postgres-piped
image: debian:bookworm-slim
image: git.gmem.ca/arch/kutils
name: refresh-subscriptions
restartPolicy: Never
schedule: "*/30 * * * *"