From 85f27509aa405005026e20816088f746f4693131 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Fri, 25 Mar 2022 16:32:07 -0500 Subject: [PATCH] update LB IP docs --- templates/coderd.yaml | 4 ++++ values.yaml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/coderd.yaml b/templates/coderd.yaml index c0bfeae6..49a9994e 100644 --- a/templates/coderd.yaml +++ b/templates/coderd.yaml @@ -85,6 +85,10 @@ spec: value: {{ .Values.coderd.proxy.exempt | quote }} {{- include "coder.postgres.env" . | indent 12 }} {{- include "coder.workspaces.configMapEnv" . | indent 12 }} + {{- if .Values.coderd.awsStsRegionalEndpoints }} + - name : AWS_STS_REGIONAL_ENDPOINTS + value : "regional" + {{- end }} command: - coderd - migrate diff --git a/values.yaml b/values.yaml index 71ace6ba..6e82df9b 100644 --- a/values.yaml +++ b/values.yaml @@ -19,8 +19,7 @@ coderd: # coderd.serviceSpec.externalTrafficPolicy -- Set the traffic policy for the service. See: # https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip externalTrafficPolicy: Local - # coderd.serviceSpec.loadBalancerIP -- Set the external IP address of the - # Ingress service. + # coderd.serviceSpec.loadBalancerIP -- Set the IP address of the coderd service. loadBalancerIP: "" # coderd.serviceSpec.loadBalancerSourceRanges -- Traffic through the LoadBalancer # will be restricted to the specified client IPs. This field will be ignored if