Hi Enthusiasts,
I have been trying to deploy AWX using helm with External DB as Postgres managed by Azure.
Unfortunately,after following the steps from awx-operator repo.
- I landed spinning up only AWX-controller-manager pod .
- No task, web pod was provisioned .
- No services connecting with postgres was created.
ansible@AWXnewsetuptest:~/awx-operator/charts$ kubectl get rs
NAME DESIRED CURRENT READY AGE
awx-operator-controller-manager-74dc6db8cc 1 1 1 2m51s
ansible@AWXnewsetuptest:~/awx-operator/charts$ kubectl get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
awx-operator-controller-manager-metrics-service ClusterIP 10.103.104.75 8443/TCP 2m48s
Please do let me know if someone has worked on deploying AWX through helm.
Thanks in Advance,
Alice Golakiya