feat: add resources to deployment example #1

Merged
t.behrendt merged 1 commits from feat-add-resources-to-example-deployment into main 2023-09-20 21:31:26 +02:00
Showing only changes of commit ad9a782058 - Show all commits

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