Rootless func-git pod (#2927)

Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
Matej Vašek 2025-07-10 02:47:04 +02:00 committed by GitHub
parent 00535383aa
commit 7799a697cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -31,12 +31,12 @@ spec:
annotations:
autoscaling.knative.dev/max-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:
containers:
- image: quay.io/mvasek/gitserver
- image: ghcr.io/matejvasek/func/gitserver:latest
ports:
- containerPort: 80
- containerPort: 8080
resources: {}
status: {}
EOF