update kubernetes
This commit is contained in:
parent
3c68cdc9a5
commit
ce25ad3d5c
|
|
@ -167,9 +167,9 @@ spec:
|
||||||
terminationMessagePath: /dev/termination-log
|
terminationMessagePath: /dev/termination-log
|
||||||
terminationMessagePolicy: File
|
terminationMessagePolicy: File
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/public
|
- mountPath: /public
|
||||||
name: public
|
name: public
|
||||||
- mountPath: /app/storage
|
- mountPath: /storage
|
||||||
name: storage
|
name: storage
|
||||||
- mountPath: /tmp
|
- mountPath: /tmp
|
||||||
name: tmp
|
name: tmp
|
||||||
|
|
@ -200,9 +200,9 @@ spec:
|
||||||
terminationMessagePath: /dev/termination-log
|
terminationMessagePath: /dev/termination-log
|
||||||
terminationMessagePolicy: File
|
terminationMessagePolicy: File
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/public
|
- mountPath: /public
|
||||||
name: public
|
name: public
|
||||||
- mountPath: /app/storage
|
- mountPath: /storage
|
||||||
name: storage
|
name: storage
|
||||||
- mountPath: /tmp
|
- mountPath: /tmp
|
||||||
name: tmp
|
name: tmp
|
||||||
|
|
@ -237,6 +237,7 @@ spec:
|
||||||
- name: storage
|
- name: storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nam-frontend-dev-storage
|
claimName: nam-frontend-dev-storage
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue