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 79d1989 commit 79bebc2Copy full SHA for 79bebc2
choose-native-plants/release-values.yaml
@@ -50,15 +50,23 @@ app:
50
# Resource settings for the application
51
resources:
52
limits:
53
- memory: 4Gi
54
- requests:
55
memory: 1Gi
+ requests:
+ memory: 512Mi
56
57
# Use existing resources instead of creating new ones
58
existingPVCs:
59
appImages: "choose-native-plants-app-images-v2"
60
mongoData: "choose-native-plants-mongo-data"
61
62
+# Horizontal Pod Autoscaling configuration
63
+autoscaling:
64
+ enabled: true
65
+ minReplicas: 1
66
+ maxReplicas: 3
67
+ targetCPUUtilizationPercentage: 80
68
+ targetMemoryUtilizationPercentage: 80
69
+
70
# Use existing service and ingress
71
existingService: false
72
existingIngress: false
0 commit comments