feat: add resources to deployment example (#1)
All checks were successful
continuous-integration/drone Build is passing
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user