normalization of backups jobs names
All checks were successful
/ continuous-deploy (push) Successful in 18s

This commit is contained in:
Márcio Fernandes
2026-03-20 09:47:44 +00:00
parent 19fae24209
commit 694756815f
4 changed files with 15 additions and 10 deletions

View File

@@ -12,11 +12,11 @@ spec:
template:
metadata:
labels:
app: offsite-backup
app: backup-borg-offsite
spec:
restartPolicy: Never
initContainers:
- name: postgres-export
- name: postgres
resources:
limits:
memory: "512Mi"
@@ -46,7 +46,7 @@ spec:
containers:
- name: borg-client
- name: borg-backup
image: git.limbosolutions.com/kb/borg-backup:latest
imagePullPolicy: Always
resources:

View File

@@ -11,11 +11,11 @@ spec:
template:
metadata:
labels:
app: pbs-backup
app: backup-pbs
spec:
restartPolicy: Never
initContainers:
- name: postgres-export
- name: postgres
image: postgres:latest
resources:
limits:
@@ -49,7 +49,7 @@ spec:
readOnly: true
containers:
- name: gitea-pbs-client
- name: pbs-client
image: git.limbosolutions.com/kb/pbs-client
imagePullPolicy: Always
resources: