Skip to content

Commit

Permalink
Add real FQDN to helm chart in prep for DNS move
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed Mar 28, 2024
1 parent 2f740b4 commit d6abda2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
tls:
- hosts:
- {{ .Values.publicFqdn }}
- nuremberg.law.harvard.edu
secretName: {{.Values.publicFqdn}}-tls
rules:
-
Expand All @@ -31,3 +32,16 @@ spec:
name: {{.Values.Plug}}
port:
number: 80

-
host: nuremberg.law.harvard.edu
http:
paths:
-
path: /
pathType: ImplementationSpecific
backend:
service:
name: {{.Values.Plug}}
port:
number: 80

0 comments on commit d6abda2

Please sign in to comment.