teleport-access-graph 차트 레퍼런스
teleport-access-graph Helm 차트를 사용하여 설정할 수 있는 값들
teleport-access-graph Helm 차트는 Access Graph 서비스를 배포합니다. 자세한 내용은 Helm을 사용한 셀프 호스팅 클러스터에서의 Teleport Identity Security와 Access Graph 를 참조하세요. 버전 호환성 차트는 Access Graph 서비스와 함께 버전이 관리됩니다. 서비스와 차트 버전이 다를 경우 호환성을 보장하지 않습니다. --version Helm 플래그를 사용하여 차트와 서비스 버전을 항상 맞추는 것을 강력히 권장합니다. tls # tls TLS settings for the main gRPC listener. tls.existingSecretName # Type Default string "" tls.existingSecretName is the name of an existing Kubernetes secret containing the certificate and its private key to use for the gRPC listener. The secret must be of type kubernetes.io/tls , see the Kubernetes documentation for more details. Setting this is required, as Access Graph always operates via TLS-protected connections. clusterHostCAs # Type Default array [] clusterHostCAs is a list of strings containing PEM-encoded Host CA certificates of Teleport clusters that are allowed to use this instance of Access Graph. Setting this to a non-empty array is required. service # Type Default object {"grpcPort":443,"type":"ClusterIP"} service contains options for the Access Graph Kubernetes service that the Chart exposes. service.type # Type Default string "ClusterIP" service.type the type of Kubernetes service to create. The LoadBalancer type is only supported when using a Layer 4 (TCP) or lower load balancer. Access Graph expects to terminate its own TLS, as it uses mTLS to authenticate its clients. service.grpcPort # Type Default int 443 service.grpcPort the port that the gRPC service is exposed on. This is th
