Collection of Docker Images tailored for OpenShift
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Nicolas Massé 81cc7e4af3 template to install grafana 8 years ago
..
Dockerfile add the grafana image for openshift 8 years ago
README.md add the grafana image for openshift 8 years ago
grafana-template.yaml template to install grafana 8 years ago
grafana.repo add the grafana image for openshift 8 years ago

README.md

grafana

Description

Build in OpenShift

oc new-build https://github.com/nmasse-itix/OpenShift-Docker-Images.git --context-dir grafana --name grafana --to grafana

Deploy in OpenShift

oc new-app https://github.com/nmasse-itix/OpenShift-Docker-Images.git --context-dir grafana --name grafana
oc volume dc grafana --add --overwrite --name=grafana-volume-0 -t pvc --claim-size=512Mi --claim-name=grafana-data --mount-path=/var/lib/grafana/