Skip to content

Commit

Permalink
updated values
Browse files Browse the repository at this point in the history
  • Loading branch information
Amits64 committed Jul 26, 2024
1 parent 29d8c11 commit 0510b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crud-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ securityContext: {}

service:
type: NodePort
port: 80
port: 3000

ingress:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ client.collectDefaultMetrics({

// MySQL connection using connection string
const mysqlConnection = mysql.createPool({
host: 'localhost',
host: 'mysql-stock-app.default.svc.cluster.local',
user: 'root',
password: 'Kubernetes@1993',
database: 'accounts'
Expand Down

0 comments on commit 0510b9a

Please sign in to comment.