[bitnami/redis] Service Monitor support tlsConfig (#34108)

This commit is contained in:
tommyluk
2025-06-06 18:01:39 +08:00
committed by GitHub
parent eb89ebc57f
commit 7accf949e1
7 changed files with 47 additions and 9 deletions

View File

@@ -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