Skip to content

Commit 104096d

Browse files
committed
fix format of yaml
Signed-off-by: Jooho Lee <[email protected]>
1 parent c3d184d commit 104096d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/admin/kubernetes_deployment.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The minimally required Cert Manager version is 1.15.0 and you can refer to [Cert
5555
- name: http
5656
protocol: HTTP
5757
port: 80
58-
allowedRoutes:
59-
namespaces:
60-
from: All
58+
allowedRoutes:
59+
namespaces:
60+
from: All
6161
- name: https
6262
protocol: HTTPS
6363
port: 443
@@ -70,9 +70,9 @@ The minimally required Cert Manager version is 1.15.0 and you can refer to [Cert
7070
allowedRoutes:
7171
namespaces:
7272
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
7676
```
7777
!!! note
7878
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

Comments
 (0)