From bb3206a3e35b788fe0b0e492c5b3b4e0af66fa50 Mon Sep 17 00:00:00 2001 From: shahargl Date: Mon, 21 Oct 2024 15:53:50 +0300 Subject: [PATCH] feat: wip --- charts/keep/values.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/keep/values.yaml b/charts/keep/values.yaml index 7d6ad1b..0b8ed7e 100644 --- a/charts/keep/values.yaml +++ b/charts/keep/values.yaml @@ -8,14 +8,17 @@ fullnameOverride: "" isGKE: false global: - # this section controls the ingress resource and not the ingress-nginx controller - # see the ingress-nginx section below for the controller configuration + # this section controls the ingress resource and + # not the ingress-nginx controller + # see the ingress-nginx section below for the + # controller configuration ingress: enabled: true className: "nginx" annotations: {} websocketPrefix: "/websocket" - # can't use /api since its "catched" by the nextjs frontend e.g. /api/auth/signin or /api/config + # can't use /api since its "catched" by the nextjs frontend e.g + # . /api/auth/signin or /api/config backendPrefix: "/apinew" frontendPrefix: "/" hosts: []