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:
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 : 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
1010 name : choose-native-plants
1111 namespace : choose-native-plants
1212spec :
@@ -216,13 +216,16 @@ spec:
216216 - configMapRef :
217217 name : app-config
218218 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 '
220220 imagePullPolicy : Always
221221 livenessProbe :
222+ failureThreshold : 3
222223 httpGet :
223224 path : /
224225 port : http
225- initialDelaySeconds : 5
226+ initialDelaySeconds : 60
227+ periodSeconds : 30
228+ timeoutSeconds : 10
226229 name : choose-native-plants-app
227230 ports :
228231 - containerPort : 3000
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ 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 : 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
1313 name : choose-native-plants
1414 namespace : choose-native-plants
1515spec :
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:
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 : 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
1010 name : choose-native-plants
1111 namespace : choose-native-plants
1212spec :
You can’t perform that action at this time.
0 commit comments