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

View File

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