From a99fbb4c55119bf6294458d607785f44ae245596 Mon Sep 17 00:00:00 2001 From: Denis Prokharhcyk Date: Sun, 5 Feb 2023 21:09:14 +0300 Subject: [PATCH 1/2] Removed submodule src/Services/auth-server --- .gitmodules | 5 +---- src/Services/auth-server | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 src/Services/auth-server diff --git a/.gitmodules b/.gitmodules index 23bf7b24..b0cc0395 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "src/SDKs/O2.Toolkit"] path = src/SDKs/O2.Toolkit - url = https://github.com/O2-Bionics/O2.Toolkit.git -[submodule "src/Services/auth-server"] - path = src/Services/auth-server - url = https://github.com/O2-Bionics/O2NextGen.Auth.Server.git + url = https://github.com/O2-Bionics/O2.Toolkit.git \ No newline at end of file diff --git a/src/Services/auth-server b/src/Services/auth-server deleted file mode 160000 index 835b6bfd..00000000 --- a/src/Services/auth-server +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 835b6bfd7ebfcefb74d5dda30b57b61ceec2fd78 From 8b3c4c2d3ef3f0398697f615e93b4ad094fdd5ab Mon Sep 17 00:00:00 2001 From: Denis Prokharchyk Date: Sun, 5 Feb 2023 21:13:24 +0300 Subject: [PATCH 2/2] feat(issue-526): update urls for cgen-api service --- deploy/helm/EFK-Kubernetes | 1 - deploy/helm/pfr-mvc/values.yaml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 160000 deploy/helm/EFK-Kubernetes diff --git a/deploy/helm/EFK-Kubernetes b/deploy/helm/EFK-Kubernetes deleted file mode 160000 index b49fd8a2..00000000 --- a/deploy/helm/EFK-Kubernetes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b49fd8a24013e20be68eac958fb9b0ceaa20b779 diff --git a/deploy/helm/pfr-mvc/values.yaml b/deploy/helm/pfr-mvc/values.yaml index 50d98a42..64cd52a0 100644 --- a/deploy/helm/pfr-mvc/values.yaml +++ b/deploy/helm/pfr-mvc/values.yaml @@ -76,6 +76,8 @@ env: value: https://auth.o2nextgen.com - name: Services__CallBackUrl value: https://app.pfr-centr.com + - name: Services__CGenApi + value: https://cgen-api.o2nextgen.com resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little