mirror of https://github.com/knative/func.git
test: update gitserver test image (#2216)
This commit is contained in:
parent
1745bea865
commit
508539e119
|
@ -31,10 +31,10 @@ spec:
|
|||
annotations:
|
||||
autoscaling.knative.dev/max-scale: "1"
|
||||
autoscaling.knative.dev/min-scale: "1"
|
||||
client.knative.dev/user-image: ghcr.io/jrangelramos/gitserver
|
||||
client.knative.dev/user-image: quay.io/mvasek/gitserver
|
||||
spec:
|
||||
containers:
|
||||
- image: ghcr.io/jrangelramos/gitserver
|
||||
- image: quay.io/mvasek/gitserver
|
||||
ports:
|
||||
- containerPort: 80
|
||||
resources: {}
|
||||
|
|
Loading…
Reference in New Issue