File tree 3 files changed +28
-0
lines changed
3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 7
7
template : ' {{ subdomain . "console" }}'
8
8
config :
9
9
type : string
10
+ teamsHost :
11
+ displayName : host for the old teams frontend, used to set up redirect
12
+ computed :
13
+ template : ' {{ subdomain . "teams" }}'
14
+ config :
15
+ type : string
10
16
tenantDomain :
11
17
computed :
12
18
template : ' {{ subdomain . "" }}'
Original file line number Diff line number Diff line change 18
18
number : 80
19
19
path : /
20
20
pathType : Prefix
21
+ ---
22
+ apiVersion : networking.k8s.io/v1
23
+ kind : Ingress
24
+ metadata :
25
+ name : ' {{ .Release.Name }}' -teams-redirect
26
+ namespace : nais-system
27
+ annotations :
28
+ nginx.ingress.kubernetes.io/temporal-redirect : " https://{{ .Values.host }}"
29
+ spec :
30
+ ingressClassName : nais-ingress
31
+ rules :
32
+ - host : ' {{ .Values.teamsHost }}'
33
+ http :
34
+ paths :
35
+ - backend :
36
+ service :
37
+ name : ' {{ .Release.Name }}'
38
+ port :
39
+ number : 80
40
+ path : /
41
+ pathType : Prefix
Original file line number Diff line number Diff line change 2
2
repository : europe-north1-docker.pkg.dev/nais-io/nais/images
3
3
name : console-frontend
4
4
host : ' '
5
+ teamsHost : ' '
5
6
tenantDomain : ' '
You can’t perform that action at this time.
0 commit comments