Skip to content

Commit

Permalink
build: add pm2 folder on helmchat (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck authored Jun 21, 2024
1 parent b779313 commit 27b7d5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/fuel-explorer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.7
version: 0.1.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
10 changes: 7 additions & 3 deletions helm/fuel-explorer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
volumeMounts:
- mountPath: /home/node/.cache
name: node-cache
- mountPath: /home/node/.pm2
name: pm2
- mountPath: /tmp
name: tmp
- mountPath: /app-explorer/dist
Expand All @@ -58,14 +60,16 @@ spec:
volumes:
- name: node-cache
emptyDir: {}
- name: pm2
emptyDir: {}
- name: tmp
emptyDir: {}
- name: dist
emptyDir: { }
emptyDir: {}
- name: graphql
emptyDir: { }
emptyDir: {}
- name: node_modules
emptyDir: { }
emptyDir: {}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 27b7d5b

Please sign in to comment.