UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b86ccfe8 authored by runyontr's avatar runyontr
Browse files

Grafana Virtual Service Bug

parent 98589c78
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ monitoring:
git:
repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/monitoring.git
path: "./chart"
tag: "11.0.0-bb.2"
tag: "11.0.0-bb.3"
values: {}
# ----------------------------------------------------------------------------------------------------------------------
......
File mode changed from 100644 to 100755
......@@ -4,7 +4,8 @@
set -e
echo "Checking "
hosts=`kubectl get vs -A -o jsonpath="{ .items[*].spec.hosts[*] }"`
for host in $hosts; do
curl -vI http://$host
curl -svv https://$host/ > /dev/null
done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment