Skip to content

Commit

Permalink
Added prod host for redirects (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remorc authored and JarredOlson committed Nov 29, 2018
1 parent df379b3 commit c81ad98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ spec:
serviceName: {{ .Chart.Name }}
servicePort: {{ .Values.service.port }}
rules:
- host: cota.smartcolumbusos.com
http:
paths:
- path: /*
backend:
serviceName: redirect
servicePort: use-annotation
- host: cota.{{ .Values.ingress.dnsZone }}
http:
paths:
Expand Down

0 comments on commit c81ad98

Please sign in to comment.