Added a config to create Minikube k8s, uses hostpath volumes

This commit is contained in:
Cyber MacGeddon 2024-09-08 20:57:33 +01:00
parent f661791bbf
commit 19625d1cde
4 changed files with 137 additions and 6 deletions

View file

@ -12,7 +12,7 @@ default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://pulsar:6650')
def show_graph(pulsar):
tq = TriplesQueryClient(pulsar_host="pulsar://localhost:6650")
tq = TriplesQueryClient(pulsar_host=pulsar)
rows = tq.request(None, None, None, limit=10_000_000)