diff --git a/helm/values-eks.yaml b/helm/values-eks.yaml index 178a1e1504c..6e0a928da89 100644 --- a/helm/values-eks.yaml +++ b/helm/values-eks.yaml @@ -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: diff --git a/helm/values.yaml b/helm/values.yaml index 25583bce4f2..60004ce9578 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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: {}