mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
20 lines
361 B
YAML
20 lines
361 B
YAML
---
|
|
apiVersion: awx.ansible.com/v1beta1
|
|
kind: AWX
|
|
metadata:
|
|
name: example-awx
|
|
namespace: example-awx
|
|
spec:
|
|
service_account_annotations: |
|
|
foo: bar
|
|
deployment_type: awx
|
|
ingress_type: ingress
|
|
web_resource_requirements:
|
|
requests:
|
|
cpu: 500m
|
|
memory: 128M
|
|
task_resource_requirements:
|
|
requests:
|
|
cpu: 500m
|
|
memory: 128M
|