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

View file

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