mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
* Add resource specification options to the backup objects * Add resource specification options to the restore object Co-authored-by: Ivan Aragonés <26822043+ivarmu@users.noreply.github.com> Co-authored-by: silvinux <silvinux7@gmail.com> Co-authored-by: Ivan Aragonés Muniesa <iaragone@redhat.com>
14 lines
264 B
YAML
14 lines
264 B
YAML
apiVersion: awx.ansible.com/v1beta1
|
|
kind: AWXBackup
|
|
metadata:
|
|
name: example-awx-backup
|
|
spec:
|
|
deployment_name: example-awx
|
|
backup_resource_requirements:
|
|
limits:
|
|
cpu: "1000m"
|
|
memory: "4096Mi"
|
|
requests:
|
|
cpu: "25m"
|
|
memory: "32Mi"
|