Skip to content

Commit 3e258b4

Browse files
authored
feat(fluent-bit): add loadBalancerIP (#593)
Signed-off-by: Tatsuya Kawakami <[email protected]>
1 parent 9e36dfa commit 3e258b4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

charts/fluent-bit/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords:
55
- logging
66
- fluent-bit
77
- fluentd
8-
version: 0.48.9
9-
appVersion: 3.2.8
8+
version: 0.48.10
9+
appVersion: 3.2.10
1010
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
1111
home: https://fluentbit.io/
1212
sources:
@@ -22,5 +22,7 @@ maintainers:
2222
2323
annotations:
2424
artifacthub.io/changes: |
25+
- kind: added
26+
description: "Added loadBalancerIP."
2527
- kind: changed
26-
description: "Updated Fluent Bit OCI image to v3.2.8."
28+
description: "Updated Fluent Bit OCI image to v3.2.10."

charts/fluent-bit/templates/service.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ spec:
3333
loadBalancerSourceRanges:
3434
{{- toYaml . | nindent 4 }}
3535
{{- end }}
36+
{{- with .Values.service.loadBalancerIP}}
37+
loadBalancerIP: {{ . }}
38+
{{- end }}
3639
{{- end }}
3740
ports:
3841
- port: {{ .Values.service.port }}

charts/fluent-bit/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ service:
103103
internalTrafficPolicy:
104104
loadBalancerClass:
105105
loadBalancerSourceRanges: []
106+
loadBalancerIP:
106107
labels: {}
107108
# nodePort: 30020
108109
# clusterIP: 172.16.10.1

0 commit comments

Comments
 (0)