Skip to content

Commit ffa8f53

Browse files
committed
Fix Docker image name
1 parent d1c5aca commit ffa8f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-manifests/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: worker
17-
image: scaling_kubernetes_hpa_vpa/worker:latest
17+
image: narsic/scaling_kubernetes_hpa_vpa:latest
1818
env:
1919
- name: REDIS_HOST
2020
value: "redis"

0 commit comments

Comments
 (0)