Commit 27b7d5b 1 parent b779313 commit 27b7d5b Copy full SHA for 27b7d5b
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.7
18
+ version : 0.1.8
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 45
45
volumeMounts :
46
46
- mountPath : /home/node/.cache
47
47
name : node-cache
48
+ - mountPath : /home/node/.pm2
49
+ name : pm2
48
50
- mountPath : /tmp
49
51
name : tmp
50
52
- mountPath : /app-explorer/dist
@@ -58,14 +60,16 @@ spec:
58
60
volumes :
59
61
- name : node-cache
60
62
emptyDir : {}
63
+ - name : pm2
64
+ emptyDir : {}
61
65
- name : tmp
62
66
emptyDir : {}
63
67
- name : dist
64
- emptyDir : { }
68
+ emptyDir : {}
65
69
- name : graphql
66
- emptyDir : { }
70
+ emptyDir : {}
67
71
- name : node_modules
68
- emptyDir : { }
72
+ emptyDir : {}
69
73
{{- with .Values.nodeSelector }}
70
74
nodeSelector :
71
75
{{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments