Skip to content

Commit f23f100

Browse files
committed
create an ingress for the registry
1 parent b273ab1 commit f23f100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/samples/application_v1alpha1_kubero.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ spec:
3131
registry:
3232
enabled: false # creates registry credentials for a external or a local registry (required for build strategy apps)
3333
create: false # spins up a local registry
34+
public: true # makes the registry public available
3435
#host: registry.kubero.svc.cluster.local # works for pushes, but not for pulls. DO NOT USE THIS :( since it requires to configure all nodes ot acceppt this "insecure" registry
3536
#host: docker.io # requires a docker account. Might be the best choice when running on a non public domain
3637
host: registry.demo.kubero.dev # will make your images publicly avaialble with a basic auth protection

0 commit comments

Comments
 (0)