我有一个在kubernetes上运行的nodejs应用程序,URL是getApplicationSupportDirectory
。相同的应用程序还提供“ / api”。我的要求是,当我按下https://example.com
时,在后台它应该按下https://example.com
,但是在前端,它应该只显示https://example.com/api
。
我已经尝试使用https://example.com
对nginx ingress进行以下配置,但是它不起作用。
nginx.ingress.kubernetes.io/rewrite-target: /api