Skip to content

Commit 4effe5c

Browse files
committed
Change domain by clusterDomain
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
1 parent a73d149 commit 4effe5c

32 files changed

+36
-36
lines changed

bitnami/consul/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following tables lists the configurable parameters of the HashiCorp Consul c
7474
| `securityContext.enabled` | Enable security context | `true` |
7575
| `securityContext.fsGroup` | Group ID for the container | `1001` |
7676
| `securityContext.runAsUser` | User ID for the container | `1001` |
77-
| `domain` | Kubernetes cluster domain | `cluster.local` |
77+
| `clusterDomain` | Kubernetes cluster domain | `cluster.local` |
7878
| `updateStrategy.type` | Statefulset update strategy policy | `RollingUpdate` |
7979
| `persistence.enabled` | Use a PVC to persist data | `true` |
8080
| `persistence.storageClass` | Storage class of backing PVC | `nil` (uses alpha storage class annotation) |

bitnami/consul/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
** Please be patient while the chart is being deployed **
22

3-
Consul can be accessed within the cluster on port {{ .Values.service.serverPort }} at {{ template "consul.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.domain }}
3+
Consul can be accessed within the cluster on port {{ .Values.service.serverPort }} at {{ template "consul.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
44

55
{{- if .Values.ui.service.enabled }}
66

bitnami/consul/values-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ securityContext:
4747
runAsUser: 1001
4848

4949
# Cluster domain
50-
domain: cluster.local
50+
clusterDomain: cluster.local
5151

5252
## Datacenter name for consul. If not supplied, will use the consul
5353
## default 'dc1'

bitnami/consul/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ securityContext:
4747
runAsUser: 1001
4848

4949
# Cluster domain
50-
domain: cluster.local
50+
clusterDomain: cluster.local
5151

5252
## Datacenter name for consul. If not supplied, will use the consul
5353
## default 'dc1'

bitnami/elasticsearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
8888
| `securityContext.enabled` | Enable security context | `true` |
8989
| `securityContext.fsGroup` | Group ID for the container | `1001` |
9090
| `securityContext.runAsUser` | User ID for the container | `1001` |
91-
| `domain` | Kubernetes cluster domain | `cluster.local` |
91+
| `clusterDomain` | Kubernetes cluster domain | `cluster.local` |
9292
| `discovery.name` | Discover node pod name | `discovery` |
9393
| `coordinating.name` | Coordinating-only node pod name | `coordinating-only` |
9494
| `coordinating.replicas` | Desired number of Elasticsearch coordinating-only nodes | `2` |

bitnami/elasticsearch/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
** Please be patient while the chart is being deployed **
4444

45-
Elasticsearch can be accessed within the cluster on port {{ .Values.coordinating.service.port }} at {{ template "elasticsearch.coordinating.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.domain }}
45+
Elasticsearch can be accessed within the cluster on port {{ .Values.coordinating.service.port }} at {{ template "elasticsearch.coordinating.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
4646

4747
To access from outside the cluster execute the following commands:
4848

bitnami/elasticsearch/values-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ securityContext:
126126
runAsUser: 1001
127127

128128
# Cluster domain
129-
domain: cluster.local
129+
clusterDomain: cluster.local
130130

131131
## Elasticsearch coordinating-only node parameters
132132
##

bitnami/elasticsearch/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ securityContext:
126126
runAsUser: 1001
127127

128128
# Cluster domain
129-
domain: cluster.local
129+
clusterDomain: cluster.local
130130

131131
## Elasticsearch coordinating-only node parameters
132132
##

bitnami/kafka/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following tables lists the configurable parameters of the Kafka chart and th
106106
| `securityContext.enabled` | Enable security context | `true` |
107107
| `securityContext.fsGroup` | Group ID for the container | `1001` |
108108
| `securityContext.runAsUser` | User ID for the container | `1001` |
109-
| `domain` | Kubernetes cluster domain | `cluster.local` |
109+
| `clusterDomain` | Kubernetes cluster domain | `cluster.local` |
110110
| `service.type` | Kubernetes Service type | `ClusterIP` |
111111
| `service.port` | Kafka port | `9092` |
112112
| `service.nodePort` | Kubernetes Service nodePort | `nil` |

bitnami/kafka/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Kafka can be accessed via port 9092 on the following DNS name from within your cluster:
2020

21-
{{ template "kafka.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.domain }}
21+
{{ template "kafka.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
2222

2323
To create a topic run the following command:
2424

0 commit comments

Comments
 (0)