add nfs mount
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user