update kubernetes

This commit is contained in:
rheiga19 2025-03-27 15:17:29 +07:00
parent 3c68cdc9a5
commit ce25ad3d5c
1 changed files with 5 additions and 4 deletions

View File

@ -167,9 +167,9 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /app/public
- mountPath: /public
name: public
- mountPath: /app/storage
- mountPath: /storage
name: storage
- mountPath: /tmp
name: tmp
@ -200,9 +200,9 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /app/public
- mountPath: /public
name: public
- mountPath: /app/storage
- mountPath: /storage
name: storage
- mountPath: /tmp
name: tmp
@ -237,6 +237,7 @@ spec:
- name: storage
persistentVolumeClaim:
claimName: nam-frontend-dev-storage
---
apiVersion: v1