Skip to content

Commit baed773

Browse files
committed
Redis health check is already disabled
1 parent 62b1123 commit baed773

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/eu/openanalytics/containerproxy/ContainerProxyApplication.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ private static void setDefaultProperties(SpringApplication app) {
186186

187187
// enable redisSession check for the readiness probe
188188
properties.put("management.endpoint.health.group.readiness.include", "readinessProbe,redisSession");
189-
// disable default redis check since it's handled by redisSession
190-
properties.put("management.health.redis.enabled=", "false");
191189
// disable ldap health endpoint
192190
properties.put("management.health.ldap.enabled", false);
193191
// enable Kubernetes porobes

0 commit comments

Comments
 (0)