Skip to content

Commit

Permalink
chore: add hostnames for statistics service, access-request api
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Oct 28, 2024
1 parent 2339c28 commit 8d8f9fb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions helm-sources/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,3 +520,23 @@ spec:
number: 80
path: /*
pathType: ImplementationSpecific
- host: {{ required "Missing value HOSTNAME_STATISTICS_SERVICE" .Values.HOSTNAME_STATISTICS_SERVICE }}
http:
paths:
- backend:
service:
name: prod-nginx-ingress-nginx-controller
port:
number: 80
path: /*
pathType: ImplementationSpecific
- host: {{ required "Missing value HOSTNAME_ACCESS_REQUEST_API" .Values.HOSTNAME_ACCESS_REQUEST_API }}
http:
paths:
- backend:
service:
name: prod-nginx-ingress-nginx-controller
port:
number: 80
path: /*
pathType: ImplementationSpecific

0 comments on commit 8d8f9fb

Please sign in to comment.