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

@@ -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