Skip to content

Commit

Permalink
Refactor: Remove unused language code handling and related methods in…
Browse files Browse the repository at this point in the history
… KrrstubClient and TpsMessaging classes #deploy-dolly-backend #deploy-test-dolly-backend
  • Loading branch information
krharum committed Feb 21, 2025
1 parent c3c45e4 commit 9ccb661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ private static SearchResponse.RegistreResponseStatus getIdenter(org.opensearch.a
.build();
}

@SuppressWarnings("java:S2259")
private static Long getTotalHits(SearchHits searchHits) {

return nonNull(searchHits) && nonNull(searchHits.getTotalHits()) ?
Expand Down
3 changes: 3 additions & 0 deletions apps/dolly-search-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
namespace: dolly
labels:
team: dolly
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: "512m"
nginx.ingress.kubernetes.io/proxy-buffer-size: "8m"
spec:
image: "{{image}}"
port: 8080
Expand Down

0 comments on commit 9ccb661

Please sign in to comment.