fix(fillCode): 修复nginx路径问题

这个提交包含在:
2024-10-22 16:00:37 +08:00
未验证
父节点 d07659e6ea
当前提交 27ddc22cda
+4 -1
查看文件
@@ -12,6 +12,9 @@ spec:
ingress: ingress:
enabled: true enabled: true
ingressClassName: nginx ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$2
tls: tls:
- hosts: - hosts:
- fillcode.com - fillcode.com
@@ -19,6 +22,6 @@ spec:
hosts: hosts:
- host: fillcode.com - host: fillcode.com
paths: paths:
- /whoami - /whoami(/|$)(.*)