Skip to content

Commit

Permalink
Helm - Update contour GRPC annotation
Browse files Browse the repository at this point in the history
Based on the following kustomize change:
- 46864a5 Access GRPC services using projectcontour (#686)

Signed-off-by: Sören Brunk <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
sbrunk authored and EngHabu committed May 6, 2021
1 parent f54d10e commit eaebbe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/values-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ flyteadmin:
configPath: /etc/flyte/config/*.yaml
service:
annotations:
contour.heptio.com/upstream-protocol.h2c: grpc
projectcontour.io/upstream-protocol.h2c: grpc

affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ datacatalog:
# -- Service settings for Datacatalog
service:
annotations:
contour.heptio.com/upstream-protocol.h2c: grpc
projectcontour.io/upstream-protocol.h2c: grpc
type: NodePort
# -- Annotations for ServiceAccount attached to Datacatalog pods
serviceAccountAnnotations: {}
Expand Down

0 comments on commit eaebbe7

Please sign in to comment.