Skip to content

Commit 7799a69

Browse files
authored
Rootless func-git pod (knative#2927)
Signed-off-by: Matej Vašek <[email protected]>
1 parent 0053538 commit 7799a69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/install-git-server.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ spec:
3131
annotations:
3232
autoscaling.knative.dev/max-scale: "1"
3333
autoscaling.knative.dev/min-scale: "1"
34-
client.knative.dev/user-image: quay.io/mvasek/gitserver
34+
client.knative.dev/user-image: ghcr.io/matejvasek/func/gitserver:latest
3535
spec:
3636
containers:
37-
- image: quay.io/mvasek/gitserver
37+
- image: ghcr.io/matejvasek/func/gitserver:latest
3838
ports:
39-
- containerPort: 80
39+
- containerPort: 8080
4040
resources: {}
4141
status: {}
4242
EOF

0 commit comments

Comments
 (0)