From dc916d36cd55ae9755c03fd0428a863df230e746 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Tue, 12 Mar 2024 23:12:50 +0000 Subject: [PATCH] Fix documentation after testing. --- static/kubernetes-single-deployment-with-ro.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/kubernetes-single-deployment-with-ro.yaml b/static/kubernetes-single-deployment-with-ro.yaml index f7b36b7..6e634c0 100644 --- a/static/kubernetes-single-deployment-with-ro.yaml +++ b/static/kubernetes-single-deployment-with-ro.yaml @@ -80,6 +80,9 @@ spec: env: - name: HASURA_GRAPHQL_DATABASE_URL value: postgres://postgres:xxx@yyy.read-only:5432/postgres + # POINT METADATA TO THE RW database (!!!) + - name: HASURA_GRAPHQL_METADATA_DATABASE_URL + value: postgres://postgres:xxx@yyy:5432/postgres - name: HASURA_GRAPHQL_ENABLE_CONSOLE value: "true" - name: HASURA_GRAPHQL_DEV_MODE @@ -92,7 +95,7 @@ spec: value: "20" - name: HASURA_GRAPHQL_LOG_LEVEL value: "error" - - name: HASURA_PORT + - name: HASURA_GRAPHQL_SERVER_PORT value: "8088" - name: graphql-proxy