Skip to content

Commit 5e89c81

Browse files
Merge pull request #133 from CodeForPhilly/releases/k8s-manifests
Deploy releases/k8s-manifests b801c72
2 parents faa6a4e + b801c72 commit 5e89c81

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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:
77
app.kubernetes.io/instance: choose-native-plants
88
app.kubernetes.io/managed-by: Helm
99
app.kubernetes.io/name: choose-native-plants
10-
app.kubernetes.io/version: 2.0.6
10+
app.kubernetes.io/version: 2.1.5
1111
helm.sh/chart: choose-native-plants-2.0.7
1212
name: app-config
1313
namespace: choose-native-plants

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/instance: choose-native-plants
66
app.kubernetes.io/managed-by: Helm
77
app.kubernetes.io/name: choose-native-plants
8-
app.kubernetes.io/version: 2.0.6
8+
app.kubernetes.io/version: 2.1.5
99
helm.sh/chart: choose-native-plants-2.0.7
1010
name: choose-native-plants
1111
namespace: choose-native-plants
@@ -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.0.7
185+
image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.2.8
186186
imagePullPolicy: Always
187187
livenessProbe:
188188
failureThreshold: 3

choose-native-plants/Ingress/choose-native-plants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/instance: choose-native-plants
99
app.kubernetes.io/managed-by: Helm
1010
app.kubernetes.io/name: choose-native-plants
11-
app.kubernetes.io/version: 2.0.6
11+
app.kubernetes.io/version: 2.1.5
1212
helm.sh/chart: choose-native-plants-2.0.7
1313
name: choose-native-plants
1414
namespace: choose-native-plants

choose-native-plants/PersistentVolumeClaim/choose-native-plants-app-images.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ spec:
1212
resources:
1313
requests:
1414
storage: 5Gi
15+
storageClassName: linode-block-storage-retain

choose-native-plants/PersistentVolumeClaim/choose-native-plants-mongo-data.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ spec:
1111
- ReadWriteOnce
1212
resources:
1313
requests:
14-
storage: 5Gi
14+
storage: 10Gi
15+
storageClassName: linode-block-storage-retain

choose-native-plants/Service/choose-native-plants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/instance: choose-native-plants
66
app.kubernetes.io/managed-by: Helm
77
app.kubernetes.io/name: choose-native-plants
8-
app.kubernetes.io/version: 2.0.6
8+
app.kubernetes.io/version: 2.1.5
99
helm.sh/chart: choose-native-plants-2.0.7
1010
name: choose-native-plants
1111
namespace: choose-native-plants

0 commit comments

Comments
 (0)