mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore(docs): fix indentation in install/kubernetes.md (#8906)
* chore(docs): fix indentation in install/kubernetes.md * fmt
This commit is contained in:
@ -157,12 +157,10 @@ AWS recommends a Network load balancer in lieu of the Classic load balancer. Use
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
coder:
|
coder:
|
||||||
service:
|
service:
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
sessionAffinity: None
|
sessionAffinity: None
|
||||||
annotations: {
|
annotations: { service.beta.kubernetes.io/aws-load-balancer-type: "nlb" }
|
||||||
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
By default, Coder will set the `externalTrafficPolicy` to `Cluster` which will
|
By default, Coder will set the `externalTrafficPolicy` to `Cluster` which will
|
||||||
|
Reference in New Issue
Block a user