feat: add resources to deployment example (#1)
All checks were successful
continuous-integration/drone Build is passing

Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2023-09-20 21:31:25 +02:00
parent e944677876
commit acd1f2efef

View File

@@ -14,6 +14,13 @@ spec:
containers:
- name: backup-sidecar
image: gitea.t000-n.de/t.behrendt/backupsidecar:latest
resources:
requests:
cpu: 128m
memory: 128Mi
limits:
cpu: 256m
memory: 1024Mi
volumeMounts:
- mountPath: /mnt/toBackup
name: data