mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
adding changes to bring up metrics server correcting go dependencies Signed-off-by: Prashant Balachandran <pnair@redhat.com> addressing code review comments, adding tls for metrics endpoint
11 lines
No EOL
283 B
YAML
11 lines
No EOL
283 B
YAML
apiVersion: v1
|
|
data:
|
|
config.yaml: |-
|
|
"tls_server_config" :
|
|
"cert_file" : "/etc/certs/serving.crt"
|
|
"key_file" : "/etc/certs/serving.key"
|
|
"client_auth_type" : "VerifyClientCertIfGiven"
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: metrics-tls-config
|
|
namespace: monitoring |