Skip to content

Instantly share code, notes, and snippets.

@Jokero
Jokero / grafana_values.yaml
Created April 11, 2018 09:14
values.yaml for grafana chart
image:
tag: 5.0.4
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
hosts:
- grafana.minikube.local
@Jokero
Jokero / gist:e17552c67929dc1d05ad
Created January 19, 2015 10:06
pm2 tests failed
> pm2@0.12.3 test /home/deployer/dev/pm2
> NODE_ENV=test bash test/index.sh && NODE_ENV=test bash test/main.sh
function fail {
echo -e "######## \033[31m ✘ $1\033[0m"
$pm2 kill
exit 1
}