Skip to content

Commit

Permalink
Merge branch 'main' into client-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peppertech authored Aug 28, 2024
2 parents 1958d65 + d543234 commit 8d66454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ COPY --from=builder /usr/src/app/web/ /usr/share/nginx/html/

EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]
1 change: 1 addition & 0 deletions deploy/k8s/app/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
spec:
containers:
- image: app
imagePullPolicy: "Always"
name: app
readinessProbe:
httpGet:
Expand Down

0 comments on commit 8d66454

Please sign in to comment.