diff --git a/k8s/backend.yaml b/k8s/backend.yaml index 9adc11f..1f20723 100644 --- a/k8s/backend.yaml +++ b/k8s/backend.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: backend - image: localhost:5000/backend:20250523-013240 + image: localhost:5000/backend:20250523-013457 ports: - containerPort: 3000 tolerations: diff --git a/k8s/frontend.yaml b/k8s/frontend.yaml index 91dcb63..40660e5 100644 --- a/k8s/frontend.yaml +++ b/k8s/frontend.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: frontend - image: localhost:5000/frontend:20250523-013240 + image: localhost:5000/frontend:20250523-013457 ports: - containerPort: 80 tolerations: diff --git a/k8s/worker.yaml b/k8s/worker.yaml index 07d2e40..c62e1fe 100644 --- a/k8s/worker.yaml +++ b/k8s/worker.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: worker - image: localhost:5000/worker:20250523-013240 + image: localhost:5000/worker:20250523-013457 tolerations: - key: "node.kubernetes.io/disk-pressure" operator: "Exists"