Skip to content

Commit

Permalink
catalogue: Remove /dist in mountPath and pod command
Browse files Browse the repository at this point in the history
  • Loading branch information
François MARION committed Dec 22, 2023
1 parent 18bfb5c commit b9ee6ae
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions charts/catalogue/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: catalogue
description: Neo9 catalogue global chart
icon: https://neo9.fr/assets/images/neo9-logo-baseline.svg

version: 6.2.1
appVersion: "2.34.0"
version: 7.0.0
appVersion: "2.39.0"

dependencies:
- name: n9-api
Expand Down
70 changes: 35 additions & 35 deletions charts/catalogue/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ akeneo-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -149,7 +149,7 @@ backoffice:
- daemon off;
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
resources:
limits:
Expand Down Expand Up @@ -230,10 +230,10 @@ cms-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -296,10 +296,10 @@ export-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -362,10 +362,10 @@ import-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -428,10 +428,10 @@ jobs-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -494,10 +494,10 @@ live-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -563,10 +563,10 @@ internal-live-api:
AMQP_IS_ENABLED: true
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -629,10 +629,10 @@ master-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -695,10 +695,10 @@ media-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -761,10 +761,10 @@ merchandising-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -798,10 +798,10 @@ metrics-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
resources:
limits:
Expand Down Expand Up @@ -863,10 +863,10 @@ mirakl-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -1020,10 +1020,10 @@ publication-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -1082,10 +1082,10 @@ scheduler-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -1148,10 +1148,10 @@ search-admin-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down Expand Up @@ -1185,10 +1185,10 @@ web-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
resources:
limits:
Expand Down Expand Up @@ -1246,10 +1246,10 @@ users-api:
pod:
command:
- node
- /home/app/dist/index.js
- /home/app/index.js
mounts:
configMap:
- mountPath: /home/app/dist/conf/env/
- mountPath: /home/app/conf/env/
name: catalogue-conf
workingDir: /home/app
resources:
Expand Down

0 comments on commit b9ee6ae

Please sign in to comment.