Skip to content

Commit d6abda2

Browse files
committed
Add real FQDN to helm chart in prep for DNS move
1 parent 2f740b4 commit d6abda2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

chart/templates/ingress.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
tls:
1818
- hosts:
1919
- {{ .Values.publicFqdn }}
20+
- nuremberg.law.harvard.edu
2021
secretName: {{.Values.publicFqdn}}-tls
2122
rules:
2223
-
@@ -31,3 +32,16 @@ spec:
3132
name: {{.Values.Plug}}
3233
port:
3334
number: 80
35+
36+
-
37+
host: nuremberg.law.harvard.edu
38+
http:
39+
paths:
40+
-
41+
path: /
42+
pathType: ImplementationSpecific
43+
backend:
44+
service:
45+
name: {{.Values.Plug}}
46+
port:
47+
number: 80

0 commit comments

Comments
 (0)