diff --git a/manifests/01-deployments/flask-htmx-dev.yaml b/manifests/01-deployments/flask-htmx-dev.yaml index 718ce10..79cd586 100644 --- a/manifests/01-deployments/flask-htmx-dev.yaml +++ b/manifests/01-deployments/flask-htmx-dev.yaml @@ -16,5 +16,6 @@ spec: containers: - name: flask-htmx-dev image: flask-htmx-board1:dev + imagePullPolicy: Always ports: - containerPort: 5000 diff --git a/manifests/01-deployments/flask-htmx-master.yaml b/manifests/01-deployments/flask-htmx-master.yaml index 668ed42..077552d 100644 --- a/manifests/01-deployments/flask-htmx-master.yaml +++ b/manifests/01-deployments/flask-htmx-master.yaml @@ -16,5 +16,6 @@ spec: containers: - name: flask-htmx-master image: flask-htmx-board1:master-of-slaves + imagePullPolicy: Always ports: - containerPort: 5000