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