Skip to content

Commit

Permalink
Fixes 2367: talk to pulp api directly (#363)
Browse files Browse the repository at this point in the history
and do not go through the web container
  • Loading branch information
jlsherrill authored Aug 16, 2023
1 parent 8cfab18 commit ffd3d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ parameters:
value: 'true'
- name: CLIENTS_PULP_SERVER
description: Pulp Api URL (e.g. http://hostname:8080)
value: "http://cs-pulp-web-svc:24880"
value: "http://cs-pulp-api-svc:24817"
- name: CLIENTS_PULP_USERNAME
description: Username for accessing pulp using basic auth
value: "admin"
Expand Down

0 comments on commit ffd3d64

Please sign in to comment.