Skip to content

Commit

Permalink
test change mod
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 15, 2024
1 parent 5150a7b commit 56d3aed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deploy/prod/txs/txs-web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56d3aed

Please sign in to comment.