You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jupyterhub/values.schema.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1104,6 +1104,10 @@ properties:
1104
1104
description: |
1105
1105
Object to configure the ports the hub service will be deployed on.
1106
1106
properties:
1107
+
appProtocol:
1108
+
type: [string, "null"]
1109
+
description: |
1110
+
The application protocol to utilize with the Service port. This may be required when an external application attempts to make calls to the hub service with a protocol the hub does not support.
1107
1111
nodePort:
1108
1112
type: [integer, "null"]
1109
1113
minimum: 0
@@ -2760,7 +2764,7 @@ properties:
2760
2764
extraPaths:
2761
2765
type: array
2762
2766
description: |
2763
-
A list of custom paths to be added to the ingress configuration.
2767
+
A list of custom paths to be added to the ingress configuration.
2764
2768
2765
2769
See [the Kubernetes documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types)
0 commit comments