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:
@ -160,9 +160,7 @@ 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