From 72575cc4623b794ddfca640d357b2167cfe8616c Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 14 Aug 2023 09:41:00 +0100 Subject: [PATCH] chore(docs): fix indentation in install/kubernetes.md (#8906) * chore(docs): fix indentation in install/kubernetes.md * fmt --- docs/install/kubernetes.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 11e8138d7c..4cfd49306d 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -157,12 +157,10 @@ AWS recommends a Network load balancer in lieu of the Classic load balancer. Use ```yaml coder: - service: - externalTrafficPolicy: Local - sessionAffinity: None - annotations: { - service.beta.kubernetes.io/aws-load-balancer-type: "nlb" - } + service: + externalTrafficPolicy: Local + sessionAffinity: None + annotations: { service.beta.kubernetes.io/aws-load-balancer-type: "nlb" } ``` By default, Coder will set the `externalTrafficPolicy` to `Cluster` which will