add nfs mount

This commit is contained in:
kandrusyak
2023-06-30 18:44:14 +03:00
parent 4b08c2ef7f
commit b25eaf481f
2 changed files with 9 additions and 2 deletions

View File

@@ -16,7 +16,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.0
version: 0.1.1
engine: gotpl

View File

@@ -33,4 +33,11 @@ spec:
ports:
- name: http
containerPort: {{ .Values.app.server.port }}
protocol: TCP
protocol: TCP
volumeMounts:
- name: data
mountPath: /app/public
volumes:
- name: data
persistentVolumeClaim:
claimName: fileshare