diff --git a/deploy/kubernetes/dev.yaml b/deploy/kubernetes/dev.yaml index 7eb9f49..1e0f37d 100644 --- a/deploy/kubernetes/dev.yaml +++ b/deploy/kubernetes/dev.yaml @@ -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