awx deployment issue in K8s on bare metal

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

can you assist me to deploy awx 20.0.0 on k8s bare metal with manual steps as i got for minikube but not for k8s 1.26

Can you let us know where you got your installation instructions from?
We see in your spec file ‘tower_ingress_type’ but I think that might be an older construct.
Have you tried following the directions in the awx-operator README.md? https://github.com/ansible/awx-operator/blob/devel/README.md

-The AWX Team