Skip to content

Commit

Permalink
Add grpc_port Kiali server configuration setting (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
josunect authored Nov 23, 2023
1 parent 911a3a0 commit d2112e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions crd-docs/cr/kiali.io_v1alpha1_kiali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ spec:
use_kiali_token: false
username: ""
enabled: true
grpc_port: 9095
in_cluster_url: ""
is_core: false
namespace_selector: true
Expand Down
3 changes: 3 additions & 0 deletions crd-docs/crd/kiali.io_kialis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,9 @@ spec:
enabled:
description: "When true, connections to the Tracing server are enabled. `in_cluster_url` and/or `url` need to be provided."
type: boolean
grpc_port:
description: "Set port number when `use_grpc` is true and `provider` is `tempo`. By default is `9095`"
type: integer
in_cluster_url:
description: "Set URL for in-cluster access, which enables further integration between Kiali and Jaeger. When not provided, Kiali will only show external links using the `url` setting. Note: Jaeger v1.20+ has separated ports for GRPC(16685) and HTTP(16686) requests. Make sure you use the appropriate port according to the `use_grpc` value. Example: http://tracing.istio-system:16685"
type: string
Expand Down
1 change: 1 addition & 0 deletions roles/default/kiali-deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ kiali_defaults:
use_kiali_token: false
username: ""
enabled: true
grpc_port: 9095
in_cluster_url: ""
is_core: false
namespace_selector: true
Expand Down

0 comments on commit d2112e8

Please sign in to comment.