Skip to content
Snippets Groups Projects
Commit 5a41be60 authored by Vojdan Kjorveziroski's avatar Vojdan Kjorveziroski
Browse files

Add LANDING_PAGE env to portal deployment

parent d4988128
No related branches found
No related tags found
1 merge request!6Resolve "Helm chart update for application release 1.6.3"
Pipeline #88923 passed
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -2,7 +2,7 @@ apiVersion: v2
name: nmaas
description: GÉANT Network Management as a Service Helm chart for Kubernetes
version: 1.2.11
appVersion: 1.6.2
appVersion: 1.6.3
keywords:
- Network Management
- Cloud Deployment
......
......@@ -37,6 +37,8 @@ spec:
{{- end }}
- name: TOKEN_NAME
value: {{ .Values.portal.properties.tokenName }}
- name: LANDING_PAGE
value: {{ .Values.portal.properties.landingPageFlavor | quote }}
{{- if not .Values.global.demoDeployment }}
- name: CAPTCHA_KEY
valueFrom:
......
......@@ -197,6 +197,8 @@ portal:
tls: true
properties:
tokenName: token
# -- customizes the layout of the landing page according to chosen use-case scenario. Possible values are VLAB and VNOC
landingPageFlavor: "VLAB"
captchaKey:
# -- empty to use existing secret specified below
literal: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment