File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ keywords:
5
5
- logging
6
6
- fluent-bit
7
7
- fluentd
8
- version : 0.48.9
9
- appVersion : 3.2.8
8
+ version : 0.48.10
9
+ appVersion : 3.2.10
10
10
icon : https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
11
11
home : https://fluentbit.io/
12
12
sources :
@@ -22,5 +22,7 @@ maintainers:
22
22
23
23
annotations :
24
24
artifacthub.io/changes : |
25
+ - kind: added
26
+ description: "Added loadBalancerIP."
25
27
- kind: changed
26
- description: "Updated Fluent Bit OCI image to v3.2.8 ."
28
+ description: "Updated Fluent Bit OCI image to v3.2.10 ."
Original file line number Diff line number Diff line change 33
33
loadBalancerSourceRanges :
34
34
{{- toYaml . | nindent 4 }}
35
35
{{- end }}
36
+ {{- with .Values.service.loadBalancerIP}}
37
+ loadBalancerIP : {{ . }}
38
+ {{- end }}
36
39
{{- end }}
37
40
ports :
38
41
- port : {{ .Values.service.port }}
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ service:
103
103
internalTrafficPolicy :
104
104
loadBalancerClass :
105
105
loadBalancerSourceRanges : []
106
+ loadBalancerIP :
106
107
labels : {}
107
108
# nodePort: 30020
108
109
# clusterIP: 172.16.10.1
You can’t perform that action at this time.
0 commit comments