We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1958d65 + d543234 commit 8d66454Copy full SHA for 8d66454
app/Dockerfile
@@ -22,4 +22,4 @@ COPY --from=builder /usr/src/app/web/ /usr/share/nginx/html/
22
23
EXPOSE 80
24
25
-CMD ["nginx", "-g", "daemon off;"]
+CMD ["nginx", "-g", "daemon off;"]
deploy/k8s/app/app.yaml
@@ -21,6 +21,7 @@ spec:
21
spec:
containers:
- image: app
+ imagePullPolicy: "Always"
name: app
26
readinessProbe:
27
httpGet:
0 commit comments