-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TIKA-4271 Support tcpSocket probe (#21)
With the active gRPC Server development (https://issues.apache.org/jira/browse/TIKA-4181), there is need to be able to deploy this Helm chart against the running gRPC service. As the exposed gRPC service cannot use the HTTP probe, we must adapt the Helm chart to be configurable for a tcp socket This change identifies `tcp` in the scheme variable of either probe and ensures the appropriate mechanism is used. Existing HTTP(S) functionality continues to be supported.
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters