Skip to content

Commit a7f09db

Browse files
committed
Update image tag in values.yaml and add mongo configuration
1 parent f3562f6 commit a7f09db

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

helm/values.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ replicaCount: 1
33
image:
44
repository: ghcr.io/karimzakzouk/graduation-project-devops
55
pullPolicy: IfNotPresent
6-
tag: "875a4b3588c7ef66603cf107237bf1d9848201e8"
6+
tag: "4682e444f7a2076eba08899df80837968d0054b0"
77

88
service:
99
type: LoadBalancer
1010
port: 80
11-
targetPort: 3000
11+
targetPort: 3000
12+
13+
mongo:
14+
uri: "YOUR_URI"
15+
username: "YOUR_USERNAME"
16+
password: "YOUR_PASSWORD"

0 commit comments

Comments
 (0)