diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 24e61b1..02dd385 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: humor-units - image: humor-units:latest + image: localhost/humor-units:latest imagePullPolicy: Never ports: - containerPort: 3000