Skip to content

Commit 34f88d2

Browse files
Kamal Sai DevarapalliKamal Sai Devarapalli
authored andcommitted
chore: update configmap to use EventStreamMonitor naming
- Update FLASK_APP path from PyPortalAdminstration to EventStreamMonitor - Update DB_USER from pyportaladmin to eventstreammonitor Aligns configuration with project naming convention.
1 parent 36cdbce commit 34f88d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/services/usermanagement/usermanagement-service-configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ data:
77
FLASK_ENV: "development"
88
DEBUG: "True"
99
SECRET_KEY: "12345abcd"
10-
FLASK_APP: "/Users/kamalsaidevarapalli/Desktop/Workshop/PyPortalAdminstration/src/usermanagement_service/usermanagement_service.py"
10+
FLASK_APP: "/Users/kamalsaidevarapalli/Desktop/Workshop/EventStreamMonitor/src/usermanagement_service/usermanagement_service.py"
1111

1212
SERVICE_NAME: "usermanagement"
1313
DB_DRIVER_NAME: "postgresql"
14-
DB_USER: "pyportaladmin"
14+
DB_USER: "eventstreammonitor"
1515
DB_PASSWORD: "testeventstreammonitor#123"
1616
DB_IPADDRESS: "miniapp-usermanagementdb"
1717
DB_PORT: "5433"

0 commit comments

Comments
 (0)