Skip to content

Commit

Permalink
chore: add transportportal host to prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed May 23, 2024
1 parent 0933b23 commit fbb8e81
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helm-sources/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ spec:
name: fdk-nginx-search
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_DATA_TRANSPORTPORTAL" .Values.HOSTNAME_DATA_TRANSPORTPORTAL }}
http:
paths:
- path: /*
pathType: ImplementationSpecific
backend:
service:
name: fdk-nginx-search
port:
number: 8080
- host: {{ required "Missing value HOSTNAME_DATASERVICE_PUBLISHER" .Values.HOSTNAME_DATASERVICE_PUBLISHER }}
http:
paths:
Expand Down

0 comments on commit fbb8e81

Please sign in to comment.