Skip to content

Commit

Permalink
feat: host/route updates from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jun 18, 2020
1 parent 64b5c6f commit ed089f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions helm/cas-ciip-portal/templates/mailhog-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
host: {{ .Values.mailhog.host }}
port:
targetPort: {{ .Values.service.port.http }}
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
to:
kind: Service
name: {{ template "cas-ciip-portal.fullname" . }}-mailhog
Expand Down
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/values-wksv3k-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mailhog:
runAsUser: 1009900000
fsGroup: 1009900000
runAsNonRoot: true
host: https://cas-mailhog-wksv3k-dev.pathfinder.gov.bc.ca/
host: cas-mailhog-wksv3k-dev.pathfinder.gov.bc.ca/

cas-postgres:
patroni:
Expand Down
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/values-wksv3k-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mailhog:
runAsUser: 1009960000
fsGroup: 1009960000
runAsNonRoot: true
host: https://cas-mailhog-wksv3k-test.pathfinder.gov.bc.ca/
host: cas-mailhog-wksv3k-test.pathfinder.gov.bc.ca/

cas-postgres:
patroni:
Expand Down

0 comments on commit ed089f1

Please sign in to comment.