From 906f034e55fc14eb88ff997f32d22addcf3d4c9f Mon Sep 17 00:00:00 2001 From: "M.-Leander Reimer" Date: Tue, 3 Dec 2024 21:37:37 +0100 Subject: [PATCH] Reconfigure SQlite. Expose frontend. --- infrastructure/platform/langflow/kustomization.yaml | 2 +- infrastructure/platform/langflow/release.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/infrastructure/platform/langflow/kustomization.yaml b/infrastructure/platform/langflow/kustomization.yaml index f88dce7..1658c0f 100644 --- a/infrastructure/platform/langflow/kustomization.yaml +++ b/infrastructure/platform/langflow/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization resources: - namespace.yaml - repository.yaml - # - release.yaml \ No newline at end of file + - release.yaml \ No newline at end of file diff --git a/infrastructure/platform/langflow/release.yaml b/infrastructure/platform/langflow/release.yaml index 8e0d7a5..2c39152 100644 --- a/infrastructure/platform/langflow/release.yaml +++ b/infrastructure/platform/langflow/release.yaml @@ -16,6 +16,9 @@ spec: targetNamespace: langflow values: langflow: + frontend: + service: + type: LoadBalancer backend: env: - name: "LANGFLOW_PORT"