Skip to content

Commit

Permalink
Remove unused grpc values (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
  • Loading branch information
eamansour authored Jan 16, 2024
1 parent 8fd0923 commit c6d91a1
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,13 @@ dex:
# NodePorts to access Dex services through (Helm will dynamically assign NodePorts in the
# 30000 to 32767 range if they are left blank).
nodePorts:
grpc: 32000
http: # blank - dynamically assigned

# The Dex configuration - See the [Dex documentation](https://dexidp.io/docs) for more information.
# By default, etcd is used as the storage option for the Galasa Ecosystem.
config:
issuer: "https://galasa-ecosystem1.galasa.dev/dex"

# Enable Dex's gRPC API for clients to interact with.
grpc:
# The address of the exposed gRPC API server. Must be a valid {HOST}:{PORT} combination.
addr: "galasa-ecosystem1.galasa.dev:32000"
reflection: true

connectors:
- type: github
id: github
Expand Down

0 comments on commit c6d91a1

Please sign in to comment.