@@ -1807,14 +1807,14 @@ prometheus:
1807
1807
requests :
1808
1808
memory : 256Mi
1809
1809
cpu : 0.1
1810
- # Definition of the serviceAccount used to run brokers.
1811
1810
affinity :
1812
1811
anti_affinity : true
1813
1812
zone_anti_affinity : true
1814
1813
# Set the anti affinity type. Valid values:
1815
1814
# requiredDuringSchedulingIgnoredDuringExecution - rules must be met for pod to be scheduled (hard) requires at least one node per replica
1816
1815
# preferredDuringSchedulingIgnoredDuringExecution - scheduler will try to enforce but not guranentee
1817
1816
type : preferredDuringSchedulingIgnoredDuringExecution
1817
+ # Definition of the serviceAccount used to run brokers.
1818
1818
serviceAccount :
1819
1819
# Specifies whether to use a service account to run this component
1820
1820
use : true
@@ -1966,6 +1966,13 @@ grafana:
1966
1966
labels : {}
1967
1967
annotations : {}
1968
1968
tolerations : []
1969
+ affinity :
1970
+ anti_affinity : true
1971
+ zone_anti_affinity : true
1972
+ # Set the anti affinity type. Valid values:
1973
+ # requiredDuringSchedulingIgnoredDuringExecution - rules must be met for pod to be scheduled (hard) requires at least one node per replica
1974
+ # preferredDuringSchedulingIgnoredDuringExecution - scheduler will try to enforce but not guranentee
1975
+ type : preferredDuringSchedulingIgnoredDuringExecution
1969
1976
gracePeriod : 0
1970
1977
port : 3000
1971
1978
resources :
@@ -2119,6 +2126,13 @@ streamnative_console:
2119
2126
podLabels : {}
2120
2127
podAnnotations : {}
2121
2128
tolerations : []
2129
+ affinity :
2130
+ anti_affinity : true
2131
+ zone_anti_affinity : true
2132
+ # Set the anti affinity type. Valid values:
2133
+ # requiredDuringSchedulingIgnoredDuringExecution - rules must be met for pod to be scheduled (hard) requires at least one node per replica
2134
+ # preferredDuringSchedulingIgnoredDuringExecution - scheduler will try to enforce but not guranentee
2135
+ type : preferredDuringSchedulingIgnoredDuringExecution
2122
2136
gracePeriod : 0
2123
2137
# Resources requests/limits for both init containers and app containers
2124
2138
# See https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#resources
0 commit comments