Skip to content

Commit

Permalink
create an ingress for the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Sep 1, 2024
1 parent b273ab1 commit f23f100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/samples/application_v1alpha1_kubero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
registry:
enabled: false # creates registry credentials for a external or a local registry (required for build strategy apps)
create: false # spins up a local registry
public: true # makes the registry public available
#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
#host: docker.io # requires a docker account. Might be the best choice when running on a non public domain
host: registry.demo.kubero.dev # will make your images publicly avaialble with a basic auth protection
Expand Down

0 comments on commit f23f100

Please sign in to comment.