acryl-datahub-actions:
  enabled: true

datahub-gms:
  enabled: true
  service:
    type: ClusterIP
  image:
    pullPolicy: Always

datahub-frontend:
  enabled: true
  service:
    type: ClusterIP
  image:
    pullPolicy: Always
  ingress:
    enabled: false

global:
  graph_service_impl: "elasticsearch"
  kafka:
    schemaregistry:
      type: KAFKA
      url: "http://prerequisites-cp-schema-registry:8081"