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
4 changes: 2 additions & 2 deletions choose-native-plants/ConfigMap/app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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: 2.1.5
helm.sh/chart: choose-native-plants-2.0.7
app.kubernetes.io/version: 2.2.8
helm.sh/chart: choose-native-plants-2.0.8
name: app-config
namespace: choose-native-plants
14 changes: 7 additions & 7 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: 2.1.5
helm.sh/chart: choose-native-plants-2.0.7
app.kubernetes.io/version: 2.2.8
helm.sh/chart: choose-native-plants-2.0.8
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:
name: linode-storage
optional: false
- name: NODE_OPTIONS
value: '--openssl-legacy-provider --max-old-space-size=768'
value: '--openssl-legacy-provider --max-old-space-size=3072'
envFrom:
- configMapRef:
name: app-config
Expand All @@ -185,23 +185,23 @@ spec:
image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.2.8
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
failureThreshold: 5
httpGet:
path: /
port: http
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 10
timeoutSeconds: 30
name: choose-native-plants-app
ports:
- containerPort: 3000
name: http
protocol: TCP
resources:
limits:
memory: 1Gi
memory: 4Gi
requests:
memory: 512Mi
memory: 1Gi
volumeMounts:
- mountPath: /app/images
name: choose-native-plants-app-images
Expand Down
6 changes: 4 additions & 2 deletions choose-native-plants/Ingress/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/limit-connections: '20'
nginx.ingress.kubernetes.io/limit-rps: '20'
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.1.5
helm.sh/chart: choose-native-plants-2.0.7
app.kubernetes.io/version: 2.2.8
helm.sh/chart: choose-native-plants-2.0.8
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down
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: 2.1.5
helm.sh/chart: choose-native-plants-2.0.7
app.kubernetes.io/version: 2.2.8
helm.sh/chart: choose-native-plants-2.0.8
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down
Loading