Skip to content

Commit bc6ab91

Browse files
authored
Merge pull request #179 from pagopa/release-dev
chore: promote to UAT
2 parents cc7477d + e59f26a commit bc6ab91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helm/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ microservice-chart:
1212
memory: "768Mi"
1313
cpu: "150m"
1414
limits:
15-
memory: "768Mi"
15+
memory: "1Gi"
1616
cpu: "600m"
1717

1818
autoscaling:

helm/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ microservice-chart:
1212
memory: "768Mi"
1313
cpu: "150m"
1414
limits:
15-
memory: "768Mi"
15+
memory: "1Gi"
1616
cpu: "600m"
1717

1818
autoscaling:

helm/values-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ microservice-chart:
1212
memory: "768Mi"
1313
cpu: "150m"
1414
limits:
15-
memory: "768Mi"
15+
memory: "1Gi"
1616
cpu: "600m"
1717

1818
autoscaling:

0 commit comments

Comments
 (0)