File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,8 @@ resources:
5454 requests :
5555 memory : 512Mi
5656
57- # Use existing resources instead of creating new ones
58- existingPVCs :
59- appImages : " choose-native-plants-app-images"
60- mongoData : " choose-native-plants-mongo-data"
57+ # Allow the Helm chart to create PVCs automatically
58+ # (removed existingPVCs configuration)
6159
6260# Horizontal Pod Autoscaling configuration
6361autoscaling :
@@ -67,9 +65,8 @@ autoscaling:
6765 targetCPUUtilizationPercentage : 80
6866 targetMemoryUtilizationPercentage : 80
6967
70- # Use existing service and ingress
71- existingService : false
72- existingIngress : false
68+ # Allow the Helm chart to create Service and Ingress resources automatically
69+ # (removed existingService and existingIngress configuration)
7370
7471ingress :
7572 enabled : true
You can’t perform that action at this time.
0 commit comments