Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

This is an OpenShift deployment for Dgraph

License

Notifications You must be signed in to change notification settings

thoth-station/dgraph-thoth-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dgraph Thoth Config

This is the Configuration of Dgraph deployment on OpenShift for project Thoth.

How To Use it

Deploying Dgraph on OpenShift depends upon requirements.Based on Non-High Availability or High Availability Dgraph is needed:

Start with dgraph image, import the dgraph image to the openshift namespace.(use the imagestream openshift template)

PVC are created with creation of zero's and alpha's.

Prometheus Metrics: Deploy prometheus exporter to gather dgraph metrics.(Use the prom exporter template). Dgraph Metrics documentation: Docs

Note:

  • To re-setup the dgraph deployment. Delete the following resources:
    pods, statefulsets, services, persistentvolumeclaims, persistentvolumes.
    Then use the deployment steps to setup.
  • For scale down instructions use the following operations docs.

References