Skip to content

Commit f269a36

Browse files
Merge pull request #117 from CodeForPhilly/releases/k8s-manifests
Deploy releases/k8s-manifests bd97f0f
2 parents d643750 + bd97f0f commit f269a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

choose-native-plants/ConfigMap/app-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
data:
3-
NODE_OPTIONS: '--openssl-legacy-provider --max-old-space-size=768'
3+
NODE_OPTIONS: '--openssl-legacy-provider --max-old-space-size=3072'
44
kind: ConfigMap
55
metadata:
66
labels:

choose-native-plants/Deployment/choose-native-plants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
name: pac-api
183183
- secretRef:
184184
name: linode-storage
185-
image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.1.6
185+
image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.2.1
186186
imagePullPolicy: Always
187187
livenessProbe:
188188
failureThreshold: 3

0 commit comments

Comments
 (0)