Skip to content

Commit

Permalink
Update gw.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
itaynvn authored Jan 17, 2024
1 parent 0be73e3 commit 9ea0f86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/networking/tmpl/ingress/gw.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9ea0f86

Please sign in to comment.