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.
2 parents 95943c9 + 5fcc554 commit ab5a761Copy full SHA for ab5a761
choose-native-plants/release-values.yaml
@@ -54,14 +54,11 @@ resources:
54
requests:
55
memory: 1Gi
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"
+# Allow the Helm chart to create PVCs automatically
+# (removed existingPVCs configuration)
61
62
-# Use existing service and ingress
63
-existingService: false
64
-existingIngress: false
+# Allow the Helm chart to create Service and Ingress resources automatically
+# (removed existingService and existingIngress configuration)
65
66
ingress:
67
enabled: true
0 commit comments