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: http-add-on/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,7 @@ their default values.
177
177
|`interceptor.pdb.maxUnavailable`| int |`1`| The maximum number of replicas that can be unavailable for the interceptor |
178
178
|`interceptor.pdb.minAvailable`| int |`0`| The minimum number of replicas that should be available for the interceptor |
179
179
|`interceptor.podAnnotations`| object |`{}`| Annotations to be added to the interceptor pods |
180
+
|`interceptor.proxy.appProtocol`| string |`""`| The appProtocol for the interceptor's proxy service ports |
180
181
|`interceptor.proxy.port`| int |`8080`| The port on which the interceptor's proxy service will listen for live HTTP traffic |
181
182
|`interceptor.proxy.service`| string |`"interceptor-proxy"`| The name of the Kubernetes `Service` for the interceptor's proxy service. This is the service that accepts live HTTP traffic. |
182
183
|`interceptor.pullPolicy`| string |`"Always"`| The image pull policy for the interceptor component |
0 commit comments