@@ -55,15 +55,15 @@ The following table lists common configurable parameters of the `sparrow-api` ch
55
55
| ` autoscaling.enabled ` | Enable horizontal pod autoscaling | ` true ` |
56
56
| ` autoscaling.minReplicas ` | Minimum number of replicas | ` 1 ` |
57
57
| ` 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` |
60
60
| ` image.tag ` | Image tag to use | ` v1 ` |
61
61
| ` service.port ` | Port on which the service is exposed | ` 80 ` |
62
62
| ` service.targetPort ` | Port the container listens on | ` 9000 ` |
63
63
| ` secrets.DB_URL ` | MongoDB connection URL | (empty) |
64
64
| ` 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 ` |
67
67
68
68
### Example ` values.yaml `
69
69
@@ -76,10 +76,10 @@ autoscaling:
76
76
enabled : true
77
77
minReplicas : 1
78
78
maxReplicas : 10
79
- targetCPUUtilizationPercentage : 80
79
+ targetCPUUtilizationPercentage : 70
80
80
81
81
image :
82
- repository : shindepratikk /sparrow-api
82
+ repository : sparrowapi.azurecr.io /sparrow-api
83
83
pullPolicy : IfNotPresent
84
84
tag : v1
85
85
0 commit comments