Skip to content

Commit

Permalink
fix: Shadow queue hard coded variables
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Jan 24, 2025
1 parent c0621d3 commit 5f99a89
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions charts/operator-wandb/templates/gorilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,18 @@ data:
GORILLA_SCHEMA_FILE: "/schema.graphql"
GORILLA_PORT: "8081"
GORILLA_ACTIVITY_STORE_ENABLE: "true"
GORILLA_RUN_STORE_ONPREM_MIGRATE_DISABLE_READS: "false"
GORILLA_GLUE_TASK_STORE: "memory://"
GORILLA_COLLECT_AUDIT_LOGS: "true"
GORILLA_USE_PARQUET_HISTORY_STORE: "true"
GORILLA_PARQUET_PORT: "8087"
GORILLA_RUN_UPDATE_QUEUE_ADDR: "internal://"
GORILLA_RUN_STORE_ONPREM_MIGRATE_CREATE_RUN_STORE: "true"
GORILLA_RUN_STORE_ONPREM_MIGRATE_CREATE_RUN_TABLES: "true"
GORILLA_RUN_STORE_ONPREM_MIGRATE_FLAT_RUNS_MIGRATOR: "true"
GORILLA_FILE_STORE_IS_PROXIED: "false"
GORILLA_ACTIVITY_STORE_SERVE: "true"
GORILLA_GLUE_TASK_CONFIG_PATH: "/gorilla_glue_tasks_local.yaml"
GORILLA_ONPREM: "true"
GORILLA_STATSD_PORT: "8125"
GORILLA_ACTIVITY_STORE_BACKFILL_ENABLE: "true"
GORILLA_ARTIFACT_GC_ENABLED: "false"
GORILLA_RUN_STORE_ONPREM_MIGRATE_SHADOW_RUN_UPDATES: "true"
GORILLA_GLUE_TASK_PROVIDER: "memory://"
GORILLA_DEFAULT_REGION: "minio-local"
{{- if .Values.global.executor.enabled }}
Expand Down

0 comments on commit 5f99a89

Please sign in to comment.