From 3ba9958577c35c05479399cccdb78dd1860674a1 Mon Sep 17 00:00:00 2001 From: fpotier <58594145+fpotier@users.noreply.github.com> Date: Tue, 19 Jul 2022 14:54:45 +0200 Subject: [PATCH] Backend: catch up with `master` The root directory of the backend app is now `/home/node` instead of `/usr/src`. --- backend | 2 +- helm_configs/backend/values.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/backend b/backend index c93a60c..a1dfc5c 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit c93a60c84a2f06894c058dd3445bbc081289e785 +Subproject commit a1dfc5c461397de490b592ed9e8149e3f9270b9a diff --git a/helm_configs/backend/values.yaml b/helm_configs/backend/values.yaml index e76e071..f4cff27 100644 --- a/helm_configs/backend/values.yaml +++ b/helm_configs/backend/values.yaml @@ -76,32 +76,32 @@ env: volumeMounts: - name: config-volume - mountPath: /usr/src/app/server/config.local.js + mountPath: /home/node/app/server/config.local.js subPath: config.local.js - name: config-volume - mountPath: /usr/src/app/server/middleware.local.json + mountPath: /home/node/app/server/middleware.local.json subPath: middleware.json - name: config-volume - mountPath: /usr/src/app/server/boot/login-callbacks.js + mountPath: /home/node/app/server/boot/login-callbacks.js subPath: login-callbacks.js - name: config-volume - mountPath: /usr/src/app/server/boot/publishWhenFinished.js + mountPath: /home/node/app/server/boot/publishWhenFinished.js subPath: publishWhenFinished.js - name: config-volume - mountPath: /usr/src/app/email-templates/job-template.html + mountPath: /home/node/app/email-templates/job-template.html subPath: job-template.html - name: config-volume - mountPath: /usr/src/app/server/boot/hideEmail.js + mountPath: /home/node/app/server/boot/hideEmail.js subPath: hideEmail.js - name: secrets-volume - mountPath: /usr/src/app/server/providers.json + mountPath: /home/node/app/server/providers.json subPath: providers.json - name: secrets-volume - mountPath: /usr/src/app/server/datasources.json + mountPath: /home/node/app/server/datasources.json subPath: datasources.json - name: secrets-volume - mountPath: /usr/src/app/server/functionalAccounts.json + mountPath: /home/node/app/server/functionalAccounts.json subPath: functionalAccounts.json - name: secrets-volume - mountPath: /usr/src/app/server/component-config.json + mountPath: /home/node/app/server/component-config.json subPath: component-config.json