Commit 920fde7a by ningfd

Update cfg-kpl-nginx.yaml.j2

1 parent b2253248
Showing with 2 additions and 0 deletions
...@@ -66,6 +66,7 @@ data: ...@@ -66,6 +66,7 @@ data:
} }
location /grafana { location /grafana {
resolver kube-dns.kube-system.svc.cluster.local valid=5s;
root html; root html;
index index.html index.htm; index index.html index.htm;
add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-Origin' '*';
...@@ -163,6 +164,7 @@ data: ...@@ -163,6 +164,7 @@ data:
} }
location /grafana { location /grafana {
resolver kube-dns.kube-system.svc.cluster.local valid=5s;
root html; root html;
index index.html index.htm; index index.html index.htm;
add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-Origin' '*';
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!