feat: add resources to deployment example #1
@@ -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