Rancher Kubernetes 集群安装Apps商店rancher-monitoring,配置Granfan公司内部域名

1.修改了Helm 部署yaml文件,在granfan.ini模块下添加了
server:
root_url: https://***.com
ingress:
annotations: {}
enabled: true
hosts:
- ***.com
labels: {}
path: /
tls:
- hosts:
- ***.com
secretName: tmp-q
2.service 和 ingress都是默认生成的,本地转发80端口也无法访问
3.ingress 控制器报错
2023/11/23 06:56:05 [error] 48850#48850: *190718454 upstream timed out (110: Operation timed out) while connecting to upstream, client: 10.172.121.67, server: test.com, request: “GET /favicon.ico HTTP/2.0”, upstream: “http://10.42.4.133:8080/favicon.ico”, host: “test.com”, referrer: “https://test.com/
10.172.121.67 - - [23/Nov/2023:06:56:05 +0000] “GET /favicon.ico HTTP/2.0” 504 562 “https://test.com/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36” 132 15.001 [cattle-monitoring-system-rancher-monitoring-grafana-80] 10.42.4.133:8080, 10.42.4.133:8080, 10.42.4.133:8080 0, 0, 0 5.000, 5.001, 5.001 504, 504, 504 69741a996db856b688d55caaf50e5135
4.granfan的pod节点并没有打印相关日志

望各位大佬帮忙解惑,万分感激