[Helm][K8S] Add rootPath helm (#1593)

* Update of values.yaml to use a new variable to manage the application rootpath

* Use rootPath of values in deployment to manage rootPath and probes
This commit is contained in:
Jean-Baptiste WITTNER
2024-07-24 22:58:04 +02:00
committed by GitHub
parent bfe38c71e8
commit e07f73dce7
2 changed files with 8 additions and 5 deletions

View File

@@ -15,6 +15,9 @@ secret:
commonLabels: {}
# team_name: dev
# rootpath for the application
rootPath: /
envs: []
# - name: UI_APP_NAME
# value: "Stirling PDF"
@@ -24,8 +27,6 @@ envs: []
# value: "Stirling PDF"
# - name: ALLOW_GOOGLE_VISIBILITY
# value: "true"
# - name: APP_ROOT_PATH
# value: "/"
# - name: APP_LOCALE
# value: "en_GB"