Skip to content

Commit e762861

Browse files
docs(admin): remove quotes in "service:" section (#26)
1 parent 4298b0c commit e762861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/guide-admin/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ port on the host machine at which the API is exposed. For example, with
343343

344344
```yaml
345345
service:
346-
type: "NodePort"
347-
node_port: "31567"
346+
type: NodePort
347+
node_port: 31567
348348
```
349349

350350
Kubernetes will route requests coming in to port `31567` on the host machine to

0 commit comments

Comments
 (0)