Skip to content

Commit

Permalink
fix: add customPaths to the schema of authorized properties
Browse files Browse the repository at this point in the history
  • Loading branch information
alxyok authored Sep 4, 2024
1 parent 3ac4986 commit 03c86bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jupyterhub/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2757,6 +2757,12 @@ properties:
See [the Kubernetes
documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/#tls)
for more details about annotations.
customPaths:
type: array
description: |
A list of custom paths to be added to the ingress configuration.
Each custom path allows traffic to be routed to a specific backend service.
For each path, you can specify the service name, and either a service port number or a service port name.
prePuller:
type: object
Expand Down

0 comments on commit 03c86bc

Please sign in to comment.