Skip to content

Commit 7ba2558

Browse files
committed
fix: revert remote image url in greeter service
The remote service url is pointing to quay.io, reverting inline with instructions
1 parent df869b2 commit 7ba2558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01-basics/knative/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
revisionTemplate:
99
spec:
1010
container:
11-
image: quay.io/rhdevelopers/greeter:0.0.1
11+
image: dev.local/rhdevelopers/greeter:0.0.1
1212
livenessProbe:
1313
httpGet:
1414
path: /healthz

0 commit comments

Comments
 (0)