You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi bro
in this part (06-EKS-Storage-with-RDS-Database), i think there is an issue
To change the configs you just changed the user from root to dbadmin:
02-UserManagementMicroservice-Deployment-Service.yml
Change To
- name: DB_USERNAME
value: "dbadmin"
I think you should also change it's hostname, in your senario you decided to connect with RDS database, but the hostname is still remained "mysql" and it will connect to your k8s-mysql
isn't it?
The text was updated successfully, but these errors were encountered:
Hi bro
in this part (06-EKS-Storage-with-RDS-Database), i think there is an issue
To change the configs you just changed the user from root to dbadmin:
02-UserManagementMicroservice-Deployment-Service.yml
Change To
I think you should also change it's hostname, in your senario you decided to connect with RDS database, but the hostname is still remained "mysql" and it will connect to your k8s-mysql
isn't it?
The text was updated successfully, but these errors were encountered: