make the tmp mounted

This commit is contained in:
areeqakbr 2025-02-26 13:35:22 +07:00
parent 54982eb6e3
commit 77578d642b
1 changed files with 6 additions and 0 deletions

View File

@ -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