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