Skip to content

Commit

Permalink
fix: use default grpc port (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Mar 20, 2024
2 parents 5a7a09b + 096a0c6 commit 3d7b664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/testkube-cloud-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ api:
# -- Toggle whether to enable external log server connection
enabled: false
# -- Log server address for internal communication
grpcAddress: "testkube-logs-service:8090"
grpcAddress: "testkube-logs-service:8089"
# -- Log server TLS configuration secure connection
secure: "false"
# -- Log server TLS configuration skip Verify
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/local-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ testkube-cloud-api:
# -- Toggle whether to enable log server connection
enabled: false
# -- Log server address
grpcAddress: "testkube-enterprise-logs-service:8090"
grpcAddress: "testkube-enterprise-logs-service:8089"
# -- Log server TLS configuration secure connection
secure: "false"
# -- Log server TLS configuration skip Verify
Expand Down

0 comments on commit 3d7b664

Please sign in to comment.