Hello Team,
I am trying to install awx 20.0.0 but not able to do that after awx operator .
K8s version 1.26
AWX operator :2.0.0
SC provisioned by NS
when i am trying to deploy AWX my postgres pvc is in pending state .Below yaml is pasted please help me to delpoy awx .
— apiVersion: awx.ansible.com/v1beta1 kind: AWX metadata: name: awx spec: tower_ingress_type: NodePort tower_web_resource_requirements: requests: cpu: 400m memory: 2Gi limits: cpu: 1000m memory: 4Gi tower_task_resource_requirements: requests: cpu: 250m memory: 1Gi limits: cpu: 500m memory: 2Gi