Teleport - version 업그레이드
This commit is contained in:
@@ -55,9 +55,10 @@ teleportVersionOverride: ""
|
||||
# proxyProtocol: on
|
||||
|
||||
# The `teleport-cluster` charts deploys two sets of pods: auth and proxy.
|
||||
# `auth` contains values specific for the auth pods. You can use it to
|
||||
# set specific values for auth pods, taking precedence over chart-scoped values.
|
||||
# For example, to override the [`postStart`](#postStart) value only for auth pods:
|
||||
#
|
||||
# `auth` allows you to set chart values only for Kubernetes resources related to the Teleport Auth Service.
|
||||
# This is merged with chart-scoped values and takes precedence in case of conflict.
|
||||
# For example:
|
||||
#
|
||||
# auth:
|
||||
# postStart: ["curl", "http://hook"]
|
||||
@@ -79,11 +80,15 @@ auth:
|
||||
# client_idle_timeout_message: "Connection closed after 2hours without activity"
|
||||
teleportConfig: {}
|
||||
|
||||
# proxy contains values specific for the proxy pods
|
||||
# You can override chart-scoped values, for example
|
||||
# `proxy` allows you to set chart values only for Kubernetes resources related to the Teleport Proxy Service.
|
||||
# This is merged with chart-scoped values and takes precedence in case of conflict.
|
||||
# For example:
|
||||
# proxy:
|
||||
# postStart: ["curl", "http://hook"]
|
||||
# imagePullPolicy: Always
|
||||
# annotations:
|
||||
# service:
|
||||
# external-dns.alpha.kubernetes.io/hostname: "teleport.example.com"
|
||||
proxy:
|
||||
# proxy.teleportConfig contains YAML teleport configuration for proxy pods
|
||||
# The configuration will be merged with the chart-generated configuration
|
||||
|
||||
Reference in New Issue
Block a user