From b891841668d477c0f0a9acad1914d2241eceb448 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sun, 10 Sep 2023 08:22:49 +0800 Subject: [PATCH] Use ClusterIP --- teleport-cluster/values-home.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleport-cluster/values-home.yaml b/teleport-cluster/values-home.yaml index 39847ed..0b8f293 100644 --- a/teleport-cluster/values-home.yaml +++ b/teleport-cluster/values-home.yaml @@ -557,7 +557,7 @@ rbac: # You can override the proxy's backend service to any service type (other than "LoadBalancer") here if really needed. # To use an Ingress, set service.type=ClusterIP and ingress.enabled=true service: - type: LoadBalancer + type: ClusterIP # Additional entries here will be added to the service spec. spec: {} # loadBalancerIP: "1.2.3.4"