Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSIP-38169: changed folder name from pmp-reactjs-ui to pmp-revamp-ui #1021

Merged
merged 3 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: pmp-revamp-ui
description: A Helm chart for MOSIP pmp reactJS UI module
description: A Helm chart for MOSIP pmp revamp UI module
type: application
version: 0.0.1-develop
appVersion: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Authmanager

Helm chart for installing MOSIP pmp reactJS UI module
Helm chart for installing MOSIP pmp revamp UI module

## TL;DR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,10 @@ istio:
ingressController:
name: ingressgateway-internal
gateways:
- name: pmp-reactjs-gateway
- name: pmp-revamp-gateway
protocol: HTTP
portName: http
port: 80
hosts:
- pmp-new.sandbox.xyz.net
- pmp-revamp.sandbox.xyz.net
prefix: /
4 changes: 2 additions & 2 deletions pmp-revamp-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.7.3-alpine as build_pmp_reactjs_ui
FROM node:21.7.3-alpine as build_pmp_revamp_ui

ENV NODE_ENV production

Expand Down Expand Up @@ -71,7 +71,7 @@ RUN chmod +x configure_start.sh
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf

# copy build files to nginx html directory
COPY --from=build_pmp_reactjs_ui /build ${work_dir}
COPY --from=build_pmp_revamp_ui /build ${work_dir}

RUN echo "REACT_APP_PARTNER_MANAGER_API_BASE_URL=$REACT_APP_PARTNER_MANAGER_API_BASE_URL" >> ${work_dir}/env.env
RUN echo "REACT_APP_POLICY_MANAGER_API_BASE_URL=$REACT_APP_POLICY_MANAGER_API_BASE_URL" >> ${work_dir}/env.env
Expand Down
Loading