We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3562f6 commit a7f09dbCopy full SHA for a7f09db
helm/values.yaml
@@ -3,9 +3,14 @@ replicaCount: 1
3
image:
4
repository: ghcr.io/karimzakzouk/graduation-project-devops
5
pullPolicy: IfNotPresent
6
- tag: "875a4b3588c7ef66603cf107237bf1d9848201e8"
+ tag: "4682e444f7a2076eba08899df80837968d0054b0"
7
8
service:
9
type: LoadBalancer
10
port: 80
11
- targetPort: 3000
+ targetPort: 3000
12
+
13
+mongo:
14
+ uri: "YOUR_URI"
15
+ username: "YOUR_USERNAME"
16
+ password: "YOUR_PASSWORD"
0 commit comments