Skip to content

Commit a0210cd

Browse files
updated value.yml file
1 parent 970ce35 commit a0210cd

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ The following table lists common configurable parameters of the `sparrow-api` ch
5555
| `autoscaling.enabled` | Enable horizontal pod autoscaling | `true` |
5656
| `autoscaling.minReplicas` | Minimum number of replicas | `1` |
5757
| `autoscaling.maxReplicas` | Maximum number of replicas | `10` |
58-
| `autoscaling.targetCPUUtilizationPercentage` | Target CPU usage percentage for scaling | `80` |
59-
| `image.repository` | Docker image repository for sparrow-api | `shindepratikk/sparrow-api` |
58+
| `autoscaling.targetCPUUtilizationPercentage` | Target CPU usage percentage for scaling | `70` |
59+
| `image.repository` | Docker image repository for sparrow-api | `sparrowapi.azurecr.io/sparrow-api` |
6060
| `image.tag` | Image tag to use | `v1` |
6161
| `service.port` | Port on which the service is exposed | `80` |
6262
| `service.targetPort` | Port the container listens on | `9000` |
6363
| `secrets.DB_URL` | MongoDB connection URL | (empty) |
6464
| `secrets.KAFKA_BROKER` | Kafka broker URL | (empty) |
65-
| `resources.requests.memory` | Minimum memory guaranteed for the pod | `560Mi` |
66-
| `resources.limits.memory` | Maximum memory allowed for the pod | `1024Mi` |
65+
| `resources.requests.memory` | Minimum memory guaranteed for the pod | `1024Mi` |
66+
| `resources.limits.memory` | Maximum memory allowed for the pod | `1648Mi` |
6767

6868
### Example `values.yaml`
6969

@@ -76,10 +76,10 @@ autoscaling:
7676
enabled: true
7777
minReplicas: 1
7878
maxReplicas: 10
79-
targetCPUUtilizationPercentage: 80
79+
targetCPUUtilizationPercentage: 70
8080

8181
image:
82-
repository: shindepratikk/sparrow-api
82+
repository: sparrowapi.azurecr.io/sparrow-api
8383
pullPolicy: IfNotPresent
8484
tag: v1
8585

values.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ autoscaling:
1616

1717

1818
image:
19-
repository: shindepratikk/sparrow-api
19+
repository: sparrowapi.azurecr.io/sparrow-api #shindepratikk/sparrow-api
2020
pullPolicy: IfNotPresent
2121
# Overrides the image tag whose default is the chart appVersion.
2222
tag: v1
@@ -149,14 +149,16 @@ secrets:
149149
APP_URL: "http://localhost"
150150
JWT_SECRET_KEY: "webtoken-secret-key"
151151
JWT_EXPIRATION_TIME: "2400"
152-
DB_URL: "mongodb://root:THlILUCAYD@sparrow-mongodb.sparrow-dev.svc.cluster.local/"
152+
# DB_URL: "mongodb://root:THlILUCAYD@sparrow-mongodb.sparrow-dev.svc.cluster.local/"
153+
DB_URL: "mongodb://root:oRsCMKt3Y6@sparrow-mongodb.sparrow-test.svc.cluster.local/"
153154
GOOGLE_CLIENT_ID: "google-client-id"
154155
GOOGLE_CLIENT_SECRET: "google-client-secret"
155156
GOOGLE_APP_URL: "google-app-url"
156157
LOGIN_REDIRECT_URL: "login-redirect-url"
157158
GOOGLE_ACCESS_TYPE: "google-access-type"
158159
EMAIL_VALIDATION_CODE_EXPIRY_TIME: ""
159-
KAFKA_BROKER: "my-kafka-0.my-kafka-headless.sparrow-dev.svc.cluster.local:9092"
160+
# KAFKA_BROKER: "my-kafka-0.my-kafka-headless.sparrow-dev.svc.cluster.local:9092"
161+
KAFKA_BROKER: "sparrow-kafka.sparrow-test.svc.cluster.local:9092"
160162
SMTP_SENDER_EMAIL: ""
161163
SMTP_SENDER_PASSWORD: ""
162164
SMTP_MAIL_HOST: ""

0 commit comments

Comments
 (0)