Skip to content

Commit

Permalink
[DSD-5197] added separate url for partner and policy
Browse files Browse the repository at this point in the history
Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade committed May 27, 2024
1 parent 73ad2c0 commit acc2e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/pmp-reactjs-ui/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ metadata:
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
data:
REACT_APP_PARTNER_MANAGER_API_BASE_URL: https://{{ .Values.pmp_new.react_app_partner_manager_api_base_url }}/v1/partnermanager
REACT_APP_POLICY_MANAGER_API_BASE_URL: https://{{ .Values.pmp_new.react_app_policy_manager_api_base_url }}/v1/policymanager
REACT_APP_PARTNER_MANAGER_API_BASE_URL: {{ .Values.pmp_new.react_app_partner_manager_api_base_url }}/v1/partnermanager
REACT_APP_POLICY_MANAGER_API_BASE_URL: {{ .Values.pmp_new.react_app_policy_manager_api_base_url }}/v1/policymanager
nginx.conf: |-
server {
listen 3000;
Expand Down
4 changes: 2 additions & 2 deletions charts/pmp-reactjs-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ metrics:
rules: []

pmp_new:
react_app_partner_manager_api_base_url: 'api-internal.sandbox.xyz.net'
react_app_policy_manager_api_base_url: 'api-internal.sandbox.xyz.net'
react_app_partner_manager_api_base_url: 'https://api-internal.sandbox.xyz.net'
react_app_policy_manager_api_base_url: 'https://api-internal.sandbox.xyz.net'

## The url below is to access pmp API services.
## CAUTION: Domain name to acess pmp UI must be secure/internal/over vpn.
Expand Down

0 comments on commit acc2e4e

Please sign in to comment.