From b967206285e220f7425011988223945a16575194 Mon Sep 17 00:00:00 2001 From: Dominic Reed Date: Wed, 14 Aug 2024 17:13:56 -0700 Subject: [PATCH] Changes h2c to kubernetes.io/h2c in Service --- charts/platform/templates/headless-service.yaml | 2 +- charts/platform/templates/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/platform/templates/headless-service.yaml b/charts/platform/templates/headless-service.yaml index f42866b..ef6f50b 100644 --- a/charts/platform/templates/headless-service.yaml +++ b/charts/platform/templates/headless-service.yaml @@ -12,7 +12,7 @@ spec: ports: - port: {{ .Values.service.port }} targetPort: http2 - appProtocol: {{ if .Values.server.tls.enabled }}http2{{ else }}h2c{{ end }} + appProtocol: {{ if .Values.server.tls.enabled }}http2{{ else }}kubernetes.io/h2c{{ end }} protocol: TCP name: http2 selector: diff --git a/charts/platform/templates/service.yaml b/charts/platform/templates/service.yaml index c077995..0231c3b 100644 --- a/charts/platform/templates/service.yaml +++ b/charts/platform/templates/service.yaml @@ -11,7 +11,7 @@ spec: ports: - port: {{ .Values.service.port }} targetPort: http2 - appProtocol: {{ if .Values.server.tls.enabled }}http2{{ else }}h2c{{ end }} + appProtocol: {{ if .Values.server.tls.enabled }}http2{{ else }}kubernetes.io/h2c{{ end }} protocol: TCP name: http2 selector: