完善配置

This commit is contained in:
2023-08-23 21:30:00 +08:00
parent 91dc397f5c
commit 5b29947b3d

View File

@@ -48,6 +48,7 @@ patchesStrategicMerge:
listen 80;
listen [::]:80;
server_name _;
resolver rke2-coredns-rke2-coredns.kube-system.svc.cluster.local;
location / {
proxy_pass http://coal-ui.coal-master.svc.cluster.local/;
proxy_set_header X-Real-IP $remote_addr;