Grafana Deployment#
Deploys an instance of Grafana. This type is deployed as part of the Inference API Deployment.
class GrafanaDeployment
Kuberenetes Objects:
PersistentVolumeClaim
Deployment
Service
Fields:
type
: grafanaDeploymentname
: stringrequired - unique name of deployment
template
stringdefault:
src/octaipipe/configs/cloud_deployment/grafana_deployment_template.yml
kubernetes_namespace
stringdefault:
default
datasource_configs
listdefault:
[]
See instructions on deploying Grafana to cloud for more details about this.
monitors
strDeployment id of a cloud deployment which is monitored by this deployment. This links the two deployments
deployment_specs
dictSee placeholders
Placeholders (deployment_specs or env variables):
deployment_name
stringdefault = deployment’s name
STORAGE_NAME
stringdefault =
grafana-pvc
STORAGE_SIZE
stringdefault =
1Gi
DEPLOYMENT_NAME
stringdefault =
grafana
HTTP_PORT
intdefault =
3000