mirror of
https://github.com/minio/minio.git
synced 2025-02-23 03:22:30 -05:00
helm: Add missing TLS config for service monitor (#15228)
This commit is contained in:
parent
3af41cd37d
commit
bb4b143f3b
@ -21,6 +21,12 @@ spec:
|
|||||||
{{- if .Values.tls.enabled }}
|
{{- if .Values.tls.enabled }}
|
||||||
- port: https
|
- port: https
|
||||||
scheme: https
|
scheme: https
|
||||||
|
tlsConfig:
|
||||||
|
ca:
|
||||||
|
secret:
|
||||||
|
name: {{ .Values.tls.certSecret }}
|
||||||
|
key: {{ .Values.tls.publicCrt }}
|
||||||
|
serverName: {{ template "minio.fullname" . }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
- port: http
|
- port: http
|
||||||
scheme: http
|
scheme: http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user