Skip to content

Commit

Permalink
issue #42: fixed yaml linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Feb 14, 2024
1 parent bd0735a commit 137e595
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ spec:
imagePullPolicy: Always
command: ["/bin/sh", "-c"]
args:
- >
cp /vault/secrets/.env . &&
gunicorn --bind :8080 --workers 1 --threads 8 --timeout 0 --forwarded-allow-ips "*" app:app
- >
cp /vault/secrets/.env . &&
gunicorn --bind :8080 --workers 1 --threads 8 --timeout 0 --forwarded-allow-ips "*" app:app
ports:
- containerPort: 8080
- containerPort: 8080
livenessProbe:
httpGet:
path: /health
Expand Down

0 comments on commit 137e595

Please sign in to comment.