Closed ullahsalik closed 8 months ago
Got the fix for this error, tried couple of things:
{"database":[{"host":"mysql","path":"magento","password":"xxxxx","username":"magento","port":"3306"}],"redis":[{"host":"redis-master", "port": "6379"}],"elasticsearch":[{"host":"elasticsearch-master", "port": "9200", "scheme":"http"}],"rabbitmq":[{"host":"rabbitmq", "username":"phoenix", "password":"xxxxx", "scheme":"amqp", "port": "5672"}]}
Summary:
I am trying to deploy magento2 on EKS, following Running Magento2 in Kubernetes article.
Issue:
Pod is not coming up healthy on deploying using this magento2-helm chart, getting error in pod logs:
Logs:
Steps followed:
Manifest file for the magento pod:
Please let me know if any solution for this error. Thanks