Skip to content

Commit 2c80fec

Browse files
authored
chore: update LB IP docs (#234)
* update LB IP docs * fix: semantic * fix: build
1 parent d28d0f6 commit 2c80fec

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ View [our docs](https://coder.com/docs/setup/installation) for detailed installa
7272
| coderd.serviceNodePorts.https | string | Sets a static 'coderd' service TLS nodePort This should usually be omitted. | `nil` |
7373
| coderd.serviceSpec | object | Specification to inject for the coderd service. See: https://kubernetes.io/docs/concepts/services-networking/service/ | `{"externalTrafficPolicy":"Local","loadBalancerIP":"","loadBalancerSourceRanges":[],"type":"LoadBalancer"}` |
7474
| coderd.serviceSpec.externalTrafficPolicy | string | 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 | `"Local"` |
75-
| coderd.serviceSpec.loadBalancerIP | string | Set the external IP address of the Ingress service. | `""` |
75+
| coderd.serviceSpec.loadBalancerIP | string | Set the IP address of the coderd service. | `""` |
7676
| coderd.serviceSpec.loadBalancerSourceRanges | list | Traffic through the LoadBalancer will be restricted to the specified client IPs. This field will be ignored if the cloud provider does not support this feature. | `[]` |
7777
| coderd.serviceSpec.type | string | Set the type of Service. See: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types | `"LoadBalancer"` |
7878
| coderd.superAdmin.passwordSecret.key | string | The key of the secret that contains the super admin password. | `"password"` |

values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ coderd:
1919
# coderd.serviceSpec.externalTrafficPolicy -- Set the traffic policy for the service. See:
2020
# https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
2121
externalTrafficPolicy: Local
22-
# coderd.serviceSpec.loadBalancerIP -- Set the external IP address of the
23-
# Ingress service.
22+
# coderd.serviceSpec.loadBalancerIP -- Set the IP address of the coderd service.
2423
loadBalancerIP: ""
2524
# coderd.serviceSpec.loadBalancerSourceRanges -- Traffic through the LoadBalancer
2625
# will be restricted to the specified client IPs. This field will be ignored if

0 commit comments

Comments
 (0)