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 b93687a + 35d6923 commit 18e9ad3Copy full SHA for 18e9ad3
helm-chart/templates/configmap.yaml
@@ -0,0 +1,8 @@
1
+apiVersion: v1
2
+kind: ConfigMap
3
+metadata:
4
+ name: app-config
5
+ labels:
6
+ {{- include "helm-chart.labels" . | nindent 4 }}
7
+data:
8
+ NODE_OPTIONS: "--openssl-legacy-provider --max-old-space-size=768"
helm-chart/values.yaml
@@ -9,7 +9,10 @@ app:
9
repository: ghcr.io/codeforphilly/pa-wildflower-selector/app
10
pullPolicy: Always
11
# Overrides the image tag whose default is the chart appVersion.
12
- tag: "2.0.2"
+ tag: "2.0.3"
13
+ env:
14
+ - name: NODE_OPTIONS
15
+ value: "--openssl-legacy-provider --max-old-space-size=768"
16
17
db:
18
name: pa-wildflower-selector
0 commit comments