Skip to content

Commit

Permalink
remove unused pulp_api_ports and pulp_content_ports variables
Browse files Browse the repository at this point in the history
these variables are no longer used in the playbook due to the host network
configuration, which eliminates the need for explicit port mappings.
  • Loading branch information
archanaserver committed Nov 15, 2024
1 parent 78ca43a commit 3a92635
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/pulp/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ pulp_api_image: "{{ pulp_image }}"
pulp_content_image: "{{ pulp_image }}"
pulp_worker_image: "{{ pulp_image }}"

pulp_api_ports:
- "24817:80"
pulp_content_ports:
- "24816:80"
pulp_worker_count: 2

pulp_volumes:
Expand Down

0 comments on commit 3a92635

Please sign in to comment.