mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[bitnami/redis] Service Monitor support tlsConfig (#34108)
This commit is contained in:
@@ -1576,7 +1576,7 @@ sentinel:
|
||||
## @param sentinel.extraPodSpec Optionally specify extra PodSpec for the Redis(R) Sentinel pod(s)
|
||||
##
|
||||
extraPodSpec: {}
|
||||
|
||||
|
||||
externalAccess:
|
||||
## @param sentinel.externalAccess.enabled Enable external access to the Redis
|
||||
##
|
||||
@@ -1592,10 +1592,10 @@ sentinel:
|
||||
## @param sentinel.externalAccess.service.redisPort Port for the services used to expose redis-server
|
||||
##
|
||||
redisPort: 6379
|
||||
|
||||
|
||||
## @param sentinel.externalAccess.service.sentinelPort Port for the services used to expose redis-sentinel
|
||||
##
|
||||
sentinelPort: 26379
|
||||
##
|
||||
sentinelPort: 26379
|
||||
## @param sentinel.externalAccess.service.loadBalancerIP Array of load balancer IPs for each Redis(R) node. Length must be the same as sentinel.replicaCount
|
||||
##
|
||||
loadBalancerIP: []
|
||||
@@ -1985,6 +1985,9 @@ metrics:
|
||||
## @param metrics.serviceMonitor.namespace The namespace in which the ServiceMonitor will be created
|
||||
##
|
||||
namespace: ""
|
||||
## @param metrics.serviceMonitor.tlsConfig [object] TLS configuration used for scrape endpoints used by Prometheus
|
||||
##
|
||||
tlsConfig: {}
|
||||
## @param metrics.serviceMonitor.interval The interval at which metrics should be scraped
|
||||
##
|
||||
interval: 30s
|
||||
@@ -2042,6 +2045,9 @@ metrics:
|
||||
## @param metrics.podMonitor.namespace The namespace in which the PodMonitor will be created
|
||||
##
|
||||
namespace: ""
|
||||
## @param metrics.podMonitor.tlsConfig [object] TLS configuration used for scrape endpoints used by Prometheus
|
||||
##
|
||||
tlsConfig: {}
|
||||
## @param metrics.podMonitor.interval The interval at which metrics should be scraped
|
||||
##
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user