From e58ac196b77581d7018837d255a1ebcdeb405bf8 Mon Sep 17 00:00:00 2001 From: KArtHiK Date: Fri, 23 Jan 2026 21:43:34 +0100 Subject: [PATCH] Always user ws appProtocol since TLS is handled in gateway --- app/pipeline/convert/templates/static/3-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pipeline/convert/templates/static/3-app.yaml b/app/pipeline/convert/templates/static/3-app.yaml index 2a62c0d..ed95c03 100644 --- a/app/pipeline/convert/templates/static/3-app.yaml +++ b/app/pipeline/convert/templates/static/3-app.yaml @@ -247,7 +247,7 @@ spec: {{- range $index, $value := .ServicePorts }} - name: {{ $value }}-port protocol: TCP - appProtocol: {{ if and $.ServiceDomain $.ServiceDomain.Websecure }}kubernetes.io/wss{{ else }}kubernetes.io/ws{{ end }} + appProtocol: kubernetes.io/ws port: {{ $value }} targetPort: {{ $value }} {{- end }}