Adam Lewis
10/25/2021, 10:27 PMapollo:
ingress:
enabled: true
hosts:
- <mydomain-here>
path: /apollo
service:
type: ClusterIP
ui:
service:
type: ClusterIP
apolloApiUrl: http://<mydomain-here>/apollo
ingress:
enabled: true
hosts:
- <mydomain-here>
path: /prefect-ui
http:<mydomain-here>/fonts/fonts.css
instead of http:<mydomain-here>/prefect-ui/fonts/fonts.css
as I think should happen. Navigating to http:<mydomain-here>/prefect-ui/fonts/fonts.css
directly returns a 404 error so perhaps my routing is not working as I'd expect also.Anna Geller
10/26/2021, 9:41 AM