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