Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72575cc

Browse files
authored
chore(docs): fix indentation in install/kubernetes.md (#8906)
* chore(docs): fix indentation in install/kubernetes.md* fmt
1 parent594b979 commit72575cc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎docs/install/kubernetes.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,10 @@ AWS recommends a Network load balancer in lieu of the Classic load balancer. Use
157157

158158
```yaml
159159
coder:
160-
service:
161-
externalTrafficPolicy: Local
162-
sessionAffinity: None
163-
annotations: {
164-
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
165-
}
160+
service:
161+
externalTrafficPolicy: Local
162+
sessionAffinity: None
163+
annotations: { service.beta.kubernetes.io/aws-load-balancer-type: "nlb" }
166164
```
167165

168166
By default, Coder will set the `externalTrafficPolicy` to `Cluster` which will

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp