make the tmp mounted
This commit is contained in:
parent
54982eb6e3
commit
77578d642b
|
|
@ -178,6 +178,9 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /app
|
||||
name: app
|
||||
|
||||
- mountPath: /tmp
|
||||
name: tmp
|
||||
initContainers:
|
||||
- name: init
|
||||
image: git.winteraccess.id/winter-access/backend_nam:dev
|
||||
|
|
@ -207,6 +210,9 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /app
|
||||
name: app
|
||||
|
||||
- mountPath: /tmp
|
||||
name: tmp
|
||||
imagePullSecrets:
|
||||
- name: winter-registry
|
||||
dnsPolicy: ClusterFirst
|
||||
|
|
|
|||
Loading…
Reference in New Issue