Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Oct 21, 2024
1 parent 3beb8dc commit bb3206a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions charts/keep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit bb3206a

Please sign in to comment.