Teleport Chart 업데이트
This commit is contained in:
@@ -70,7 +70,10 @@ proxy_service:
|
||||
uri: {{ .Values.acmeURI }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if and .Values.ingress.enabled (semverCompare ">= 13.2.0-0" (include "teleport-cluster.version" .)) }}
|
||||
{{- if .Values.proxyProtocol }}
|
||||
proxy_protocol: {{ .Values.proxyProtocol | quote }}
|
||||
{{- end }}
|
||||
{{- if and .Values.ingress.enabled (semverCompare ">= 14.0.0-0" (include "teleport-cluster.version" .)) }}
|
||||
trust_x_forwarded_for: true
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user