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 d643750 + bd97f0f commit f269a36Copy full SHA for f269a36
choose-native-plants/ConfigMap/app-config.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v1
2
data:
3
- NODE_OPTIONS: '--openssl-legacy-provider --max-old-space-size=768'
+ NODE_OPTIONS: '--openssl-legacy-provider --max-old-space-size=3072'
4
kind: ConfigMap
5
metadata:
6
labels:
choose-native-plants/Deployment/choose-native-plants.yaml
@@ -182,7 +182,7 @@ spec:
182
name: pac-api
183
- secretRef:
184
name: linode-storage
185
- image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.1.6
+ image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.2.1
186
imagePullPolicy: Always
187
livenessProbe:
188
failureThreshold: 3
0 commit comments