diff --git a/teleport-cluster/values-home.yaml b/teleport-cluster/values-home.yaml index 95f6eb3..733784f 100644 --- a/teleport-cluster/values-home.yaml +++ b/teleport-cluster/values-home.yaml @@ -76,7 +76,11 @@ proxy: # https_keypairs: # - key_file: /my-custom-mount/key.pem # cert_file: /my-custom-mount/cert.pem - teleportConfig: {} + teleportConfig: + proxy_service: + enabled: true + ssh_service: + enabled: true authentication: # Default authentication type. Possible values are 'local' and 'github' for OSS, plus 'oidc' and 'saml' for Enterprise.