Skip to content

Commit

Permalink
fix: revert remote image url in greeter service
Browse files Browse the repository at this point in the history
The remote service url is pointing to quay.io, reverting inline with instructions
  • Loading branch information
kameshsampath committed Mar 8, 2019
1 parent df869b2 commit 7ba2558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-basics/knative/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
revisionTemplate:
spec:
container:
image: quay.io/rhdevelopers/greeter:0.0.1
image: dev.local/rhdevelopers/greeter:0.0.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 7ba2558

Please sign in to comment.