Skip to content

Commit

Permalink
feat: api url
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Oct 25, 2024
1 parent 745cfc4 commit 298c5f4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions charts/keep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,27 @@ 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 at nginx-ingress.yaml
ingress:
enabled: true
className: "nginx"
annotations: {}
# this is the prefix for the websocket route
# so the full url will be <ingress-host>/websocket
websocketPrefix: "/websocket"
# can't use /api since its "catched" by the nextjs frontend e.g
# . /api/auth/signin or /api/config
backendPrefix: "/v2"
# this is the prefix for the frontend route
# so the full url will be <ingress-host>/
frontendPrefix: "/"
# to set the ingress host
hosts: []
# uncomment when you want to use a custom domain
# hosts:
# - host: keep.example.com

# this is the list of TLS certificates to use
tls: []
# uncomment when you want to use a custom domain with TLS
# tls:
Expand Down

0 comments on commit 298c5f4

Please sign in to comment.