File tree Expand file tree Collapse file tree 6 files changed +52
-8
lines changed Expand file tree Collapse file tree 6 files changed +52
-8
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ data :
3
+ NODE_OPTIONS : ' --openssl-legacy-provider --max-old-space-size=768'
4
+ kind : ConfigMap
5
+ metadata :
6
+ labels :
7
+ app.kubernetes.io/instance : choose-native-plants
8
+ app.kubernetes.io/managed-by : Helm
9
+ app.kubernetes.io/name : choose-native-plants
10
+ app.kubernetes.io/version : 2.0.4
11
+ helm.sh/chart : choose-native-plants-2.0.4
12
+ name : app-config
13
+ namespace : choose-native-plants
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ metadata:
5
5
app.kubernetes.io/instance : choose-native-plants
6
6
app.kubernetes.io/managed-by : Helm
7
7
app.kubernetes.io/name : choose-native-plants
8
- app.kubernetes.io/version : 0.1.0
9
- helm.sh/chart : choose-native-plants-0.1.0
8
+ app.kubernetes.io/version : 2.0.4
9
+ helm.sh/chart : choose-native-plants-2.0.4
10
10
name : choose-native-plants
11
11
namespace : choose-native-plants
12
12
spec :
@@ -216,13 +216,16 @@ spec:
216
216
- configMapRef :
217
217
name : app-config
218
218
optional : true
219
- image : ' ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.3 '
219
+ image : ' ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.4 '
220
220
imagePullPolicy : Always
221
221
livenessProbe :
222
+ failureThreshold : 3
222
223
httpGet :
223
224
path : /
224
225
port : http
225
- initialDelaySeconds : 5
226
+ initialDelaySeconds : 60
227
+ periodSeconds : 30
228
+ timeoutSeconds : 10
226
229
name : choose-native-plants-app
227
230
ports :
228
231
- containerPort : 3000
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ metadata:
8
8
app.kubernetes.io/instance : choose-native-plants
9
9
app.kubernetes.io/managed-by : Helm
10
10
app.kubernetes.io/name : choose-native-plants
11
- app.kubernetes.io/version : 0.1.0
12
- helm.sh/chart : choose-native-plants-0.1.0
11
+ app.kubernetes.io/version : 2.0.4
12
+ helm.sh/chart : choose-native-plants-2.0.4
13
13
name : choose-native-plants
14
14
namespace : choose-native-plants
15
15
spec :
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ kind : PersistentVolumeClaim
3
+ metadata :
4
+ labels :
5
+ app.kubernetes.io/instance : choose-native-plants
6
+ app.kubernetes.io/name : choose-native-plants
7
+ name : choose-native-plants-app-images
8
+ namespace : choose-native-plants
9
+ spec :
10
+ accessModes :
11
+ - ReadWriteOnce
12
+ resources :
13
+ requests :
14
+ storage : 5Gi
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ kind : PersistentVolumeClaim
3
+ metadata :
4
+ labels :
5
+ app.kubernetes.io/instance : choose-native-plants
6
+ app.kubernetes.io/name : choose-native-plants
7
+ name : choose-native-plants-mongo-data
8
+ namespace : choose-native-plants
9
+ spec :
10
+ accessModes :
11
+ - ReadWriteOnce
12
+ resources :
13
+ requests :
14
+ storage : 5Gi
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ metadata:
5
5
app.kubernetes.io/instance : choose-native-plants
6
6
app.kubernetes.io/managed-by : Helm
7
7
app.kubernetes.io/name : choose-native-plants
8
- app.kubernetes.io/version : 0.1.0
9
- helm.sh/chart : choose-native-plants-0.1.0
8
+ app.kubernetes.io/version : 2.0.4
9
+ helm.sh/chart : choose-native-plants-2.0.4
10
10
name : choose-native-plants
11
11
namespace : choose-native-plants
12
12
spec :
You can’t perform that action at this time.
0 commit comments