mirror of https://github.com/knative/func.git
Rootless func-git pod (#2927)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
parent
00535383aa
commit
7799a697cf
|
@ -31,12 +31,12 @@ spec:
|
||||||
annotations:
|
annotations:
|
||||||
autoscaling.knative.dev/max-scale: "1"
|
autoscaling.knative.dev/max-scale: "1"
|
||||||
autoscaling.knative.dev/min-scale: "1"
|
autoscaling.knative.dev/min-scale: "1"
|
||||||
client.knative.dev/user-image: quay.io/mvasek/gitserver
|
client.knative.dev/user-image: ghcr.io/matejvasek/func/gitserver:latest
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: quay.io/mvasek/gitserver
|
- image: ghcr.io/matejvasek/func/gitserver:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 8080
|
||||||
resources: {}
|
resources: {}
|
||||||
status: {}
|
status: {}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue