You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/admin/kubernetes_deployment.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ The minimally required Cert Manager version is 1.15.0 and you can refer to [Cert
55
55
- name: http
56
56
protocol: HTTP
57
57
port: 80
58
-
allowedRoutes:
59
-
namespaces:
60
-
from: All
58
+
allowedRoutes:
59
+
namespaces:
60
+
from: All
61
61
- name: https
62
62
protocol: HTTPS
63
63
port: 443
@@ -70,9 +70,9 @@ The minimally required Cert Manager version is 1.15.0 and you can refer to [Cert
70
70
allowedRoutes:
71
71
namespaces:
72
72
from: All
73
-
infrastructure:
74
-
labels:
75
-
serving.kserve.io/gateway: kserve-ingress-gateway
73
+
infrastructure:
74
+
labels:
75
+
serving.kserve.io/gateway: kserve-ingress-gateway
76
76
```
77
77
!!! note
78
78
KServe comes with a default `Gateway` named kserve-ingress-gateway. You can enable the default gateway by setting Helm value `kserve.controller.gateway.ingressGateway.createGateway` to `true`.
0 commit comments