Skip to content

Commit

Permalink
Add values to let emissary work in newer version with grpc
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Steffen <jan.steffen@finleap.com>
  • Loading branch information
jastBytes committed Jul 27, 2022
1 parent 9ffcb11 commit 5b430c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/package/helm/monoskope/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ambassador:
replicaCount: 1
image:
repository: docker.io/emissaryingress/emissary
tag: 2.3.1
tag: 3.0.0
agent:
enabled: false
rbac:
Expand All @@ -198,6 +198,8 @@ ambassador:
enabled: false
adminService:
create: false
module:
strip_matching_host_port: true # necessary for gRPC, see https://www.getambassador.io/docs/emissary/latest/howtos/grpc/#mappings-with-hosts

scimserver:
enabled: false

0 comments on commit 5b430c0

Please sign in to comment.