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