We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0053538 commit 7799a69Copy full SHA for 7799a69
hack/install-git-server.sh
@@ -31,12 +31,12 @@ spec:
31
annotations:
32
autoscaling.knative.dev/max-scale: "1"
33
autoscaling.knative.dev/min-scale: "1"
34
- client.knative.dev/user-image: quay.io/mvasek/gitserver
+ client.knative.dev/user-image: ghcr.io/matejvasek/func/gitserver:latest
35
spec:
36
containers:
37
- - image: quay.io/mvasek/gitserver
+ - image: ghcr.io/matejvasek/func/gitserver:latest
38
ports:
39
- - containerPort: 80
+ - containerPort: 8080
40
resources: {}
41
status: {}
42
EOF
0 commit comments