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 }}
|
||||
- port: https
|
||||
scheme: https
|
||||
tlsConfig:
|
||||
ca:
|
||||
secret:
|
||||
name: {{ .Values.tls.certSecret }}
|
||||
key: {{ .Values.tls.publicCrt }}
|
||||
serverName: {{ template "minio.fullname" . }}
|
||||
{{ else }}
|
||||
- port: http
|
||||
scheme: http
|
||||
|
Loading…
x
Reference in New Issue
Block a user