Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions choose-native-plants/ConfigMap/app-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
data:
NODE_OPTIONS: '--openssl-legacy-provider --max-old-space-size=768'
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
name: app-config
namespace: choose-native-plants
11 changes: 7 additions & 4 deletions choose-native-plants/Deployment/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 0.1.0
helm.sh/chart: choose-native-plants-0.1.0
app.kubernetes.io/version: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down Expand Up @@ -216,13 +216,16 @@ spec:
- configMapRef:
name: app-config
optional: true
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.3'
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.4'
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
httpGet:
path: /
port: http
initialDelaySeconds: 5
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 10
name: choose-native-plants-app
ports:
- containerPort: 3000
Expand Down
4 changes: 2 additions & 2 deletions choose-native-plants/Ingress/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 0.1.0
helm.sh/chart: choose-native-plants-0.1.0
app.kubernetes.io/version: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/name: choose-native-plants
name: choose-native-plants-app-images
namespace: choose-native-plants
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/name: choose-native-plants
name: choose-native-plants-mongo-data
namespace: choose-native-plants
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
4 changes: 2 additions & 2 deletions choose-native-plants/Service/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 0.1.0
helm.sh/chart: choose-native-plants-0.1.0
app.kubernetes.io/version: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down