diff --git a/etc/kayobe/pulp.yml b/etc/kayobe/pulp.yml index a9b133ee3..e6257a2c4 100644 --- a/etc/kayobe/pulp.yml +++ b/etc/kayobe/pulp.yml @@ -4,7 +4,7 @@ # Base URL of the local Pulp service. # Default uses the seed node's IP on the admin network. -pulp_url: "http://{{ admin_oc_net_name | net_ip(groups['seed'][0]) }}:8080" +pulp_url: "http://{{ admin_oc_net_name | net_ip(groups['seed'][0]) }}:80" # Credentials used to access the local Pulp REST API. pulp_username: admin