From 9ea0f8679345c014ca74d22f97da7f1821167a85 Mon Sep 17 00:00:00 2001 From: itaynvn <61652839+itaynvn@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:42:39 +0200 Subject: [PATCH] Update gw.tpl --- pkg/networking/tmpl/ingress/gw.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/networking/tmpl/ingress/gw.tpl b/pkg/networking/tmpl/ingress/gw.tpl index 332354aa..e82c2b19 100644 --- a/pkg/networking/tmpl/ingress/gw.tpl +++ b/pkg/networking/tmpl/ingress/gw.tpl @@ -20,6 +20,12 @@ spec: {{- if and ( isTrue .Spec.Networking.HTTPS.Enabled ) (ne .Spec.Networking.HTTPS.CertSecret "") }} tls: httpsRedirect: true + - port: + number: 8001 + name: grpc + protocol: GRPC + hosts: + - "*.{{ .Spec.ClusterDomain }}" - hosts: - "*.{{ .Spec.ClusterDomain }}" port: