From bb927b37fa3e72f86019e90f3dbbc9de5dd57efb Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 15 Sep 2024 13:37:52 +0100 Subject: [PATCH] Added internal hostname Signed-off-by: Marcus Noble --- manifests/grist/grist.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/grist/grist.yaml b/manifests/grist/grist.yaml index af0aec7..a402dae 100644 --- a/manifests/grist/grist.yaml +++ b/manifests/grist/grist.yaml @@ -87,6 +87,10 @@ spec: value: https://grist.cluster.fun - name: APP_DOC_URL value: https://grist.cluster.fun + - name: APP_HOME_INTERNAL_URL + value: http://grist.grist.svc + - name: APP_DOC_INTERNAL_URL + value: http://grist.grist.svc - name: GRIST_SINGLE_ORG value: default - name: GRIST_TELEMETRY_LEVEL