Skip to content

Commit 8d66454

Browse files
authored
Merge branch 'main' into client-updates
2 parents 1958d65 + d543234 commit 8d66454

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ COPY --from=builder /usr/src/app/web/ /usr/share/nginx/html/
2222

2323
EXPOSE 80
2424

25-
CMD ["nginx", "-g", "daemon off;"]
25+
CMD ["nginx", "-g", "daemon off;"]

deploy/k8s/app/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
spec:
2222
containers:
2323
- image: app
24+
imagePullPolicy: "Always"
2425
name: app
2526
readinessProbe:
2627
httpGet:

0 commit comments

Comments
 (0)