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 }}