diff --git a/app/Dockerfile b/app/Dockerfile index d593f433..c6efa2b9 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -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;"] \ No newline at end of file diff --git a/deploy/k8s/app/app.yaml b/deploy/k8s/app/app.yaml index 2a8c9070..61f7b972 100644 --- a/deploy/k8s/app/app.yaml +++ b/deploy/k8s/app/app.yaml @@ -21,6 +21,7 @@ spec: spec: containers: - image: app + imagePullPolicy: "Always" name: app readinessProbe: httpGet: