From 6a2bc72e6670b678b6188543fb056e21a4a1a69a Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sun, 10 Sep 2023 13:49:30 +0800 Subject: [PATCH] Enable ssh service --- teleport-cluster/values-home.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/teleport-cluster/values-home.yaml b/teleport-cluster/values-home.yaml index 733784f..de7b08e 100644 --- a/teleport-cluster/values-home.yaml +++ b/teleport-cluster/values-home.yaml @@ -53,7 +53,11 @@ auth: # auth_service: # client_idle_timeout: 2h # client_idle_timeout_message: "Connection closed after 2hours without activity" - teleportConfig: {} + teleportConfig: + proxy_service: + enabled: true + ssh_service: + enabled: true # proxy contains values specific for the proxy pods # You can override chart-scoped values, for example