Skip to content

Commit 8fc3b61

Browse files
Merge pull request #115 from ZacharyLeahan/fix-pvc-name
Remove existingPVCs configuration to allow automatic PVC creation
2 parents 7e68376 + 57f7d30 commit 8fc3b61

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

choose-native-plants/release-values.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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
6361
autoscaling:
@@ -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

7471
ingress:
7572
enabled: true

0 commit comments

Comments
 (0)