Skip to content

Commit 840859a

Browse files
authored
Merge pull request redhat-developer#6 from yselkowitz/multiarch
Use service-binding spring-petclinic image
2 parents 734a6ca + be8e7f6 commit 840859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
containers:
2424
- name: spring-petclinic
2525
imagePullPolicy: Always
26-
image: quay.io/siamaksade/spring-petclinic:latest
26+
image: quay.io/service-binding/spring-petclinic:latest
2727
livenessProbe:
2828
failureThreshold: 3
2929
httpGet:

0 commit comments

Comments
 (0)