mirror of
https://github.com/bitnami/charts.git
synced 2026-03-02 16:08:24 +08:00
[bitnami/zookeeper] add egress rule into network policy for intra-node communication (#2596)
* add egress rule into network policy for intra-node communication * bump chart version * [bitnami/zookeeper] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
e56173b10b
commit
e05e2f4deb
@@ -24,10 +24,14 @@ spec:
|
||||
matchLabels: {}
|
||||
{{- end }}
|
||||
# Internal ports
|
||||
- ports:
|
||||
- ports: &intranodes_ports
|
||||
- port: {{ .Values.service.followerPort }}
|
||||
- port: {{ .Values.service.electionPort }}
|
||||
from:
|
||||
- podSelector:
|
||||
matchLabels: {{- include "zookeeper.matchLabels" . | nindent 14 }}
|
||||
egress:
|
||||
- ports: *intranodes_ports
|
||||
# Allow outbound connections from zookeeper nodes
|
||||
|
||||
{{- end }}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/zookeeper
|
||||
tag: 3.6.1-debian-10-r20
|
||||
tag: 3.6.1-debian-10-r24
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/zookeeper
|
||||
tag: 3.6.1-debian-10-r20
|
||||
tag: 3.6.1-debian-10-r24
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user