From 56d3aed6cfb942a8187780372e0fded8406eee10 Mon Sep 17 00:00:00 2001 From: incubator4 Date: Mon, 15 Jan 2024 15:36:21 +0800 Subject: [PATCH] test change mod --- deploy/prod/txs/txs-web-deployment.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deploy/prod/txs/txs-web-deployment.yaml b/deploy/prod/txs/txs-web-deployment.yaml index 0154230..8d63457 100644 --- a/deploy/prod/txs/txs-web-deployment.yaml +++ b/deploy/prod/txs/txs-web-deployment.yaml @@ -30,6 +30,16 @@ spec: labels: app: safe-txs-web spec: + initContainers: + - name: chmod + image: alpine + volumeMounts: + - mountPath: /nginx + name: nginx-txs-web + command: + - "/bin/sh" + - "-c" + - "chmod -R 777 /nginx" containers: - image: nginx:alpine name: txs-web-nginx