From c3eab52997579aaaeaa8fb5ca415ee6ddb574f92 Mon Sep 17 00:00:00 2001 From: devOpsHelm <54980549+devOpsHelm@users.noreply.github.com> Date: Thu, 5 Dec 2019 18:10:32 +0300 Subject: [PATCH] Change service to headless by default, extract readOnlyRootFilesystem (#85) (#19403) Signed-off-by: devOpsHelm --- stable/hazelcast/Chart.yaml | 2 +- stable/hazelcast/README.adoc | 2 ++ stable/hazelcast/values.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/stable/hazelcast/Chart.yaml b/stable/hazelcast/Chart.yaml index a371924379..0d491f717d 100644 --- a/stable/hazelcast/Chart.yaml +++ b/stable/hazelcast/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: hazelcast -version: 2.9.1 +version: 2.9.2 appVersion: "3.12.4" tillerVersion: ">=2.7.2" kubeVersion: ">=1.9.0-0" diff --git a/stable/hazelcast/README.adoc b/stable/hazelcast/README.adoc index c5ad0abec6..f68c683a0c 100644 --- a/stable/hazelcast/README.adoc +++ b/stable/hazelcast/README.adoc @@ -177,6 +177,8 @@ fullname template |`+nil+` |`+service.port+` |Kubernetes service port |`+5701+` +|`+service.clusterIP+` | IP of the service, "None" makes the service headless |`+None+` + |`+rbac.create+` |Enable installing RBAC Role authorization |`+true+` |`+serviceAccount.create+` |Enable installing Service Account |`+true+` diff --git a/stable/hazelcast/values.yaml b/stable/hazelcast/values.yaml index 167a243121..a261dbb451 100644 --- a/stable/hazelcast/values.yaml +++ b/stable/hazelcast/values.yaml @@ -146,7 +146,7 @@ service: port: 5701 # clusterIP set to None makes the service headless # It is required if DNS Lookup is used (https://github.com/hazelcast/hazelcast-kubernetes#dns-lookup) - # clusterIP: "None" + clusterIP: "None" # Role-based Access Control