Skip to content

Commit

Permalink
Upgrading ES version (cloud-native-toolkit#268)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Almaraz <jesus.mah@gmail.com>
  • Loading branch information
jesusmah authored Jul 8, 2022
1 parent aae54ea commit 33e1fc3
Show file tree
Hide file tree
Showing 19 changed files with 273 additions and 111 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
security:
internalTls: 'TLSv1.2'
version: 10.5.0
version: 11.0.2
license:
# By installing this product you accept the license terms at https://ibm.biz/es-license
accept: true
Expand All @@ -43,36 +43,54 @@ spec:
kafka:
replicas: 3
authorization:
type: runas
type: custom
supportsAdminApi: true
authorizerClass: com.ibm.eventstreams.runas.authorizer.RunAsAuthorizer
config:
inter.broker.protocol.version: "2.8"
interceptor.class.names: com.ibm.eventstreams.interceptors.metrics.ProducerMetricsInterceptor
inter.broker.protocol.version: "3.2"
log.cleaner.threads: 6
log.message.format.version: "2.8"
log.message.format.version: "3.2"
num.io.threads: 24
num.network.threads: 9
num.replica.fetchers: 3
offsets.topic.replication.factor: 3
default.replication.factor: 3
min.insync.replicas: 2
listeners:
external:
- name: external
port: 9094
type: route
authentication:
type: scram-sha-512
tls:
tls: true
- name: tls
port: 9093
type: internal
tls: true
authentication:
type: tls
metrics: {}
metricsConfig:
type: jmxPrometheusExporter
valueFrom:
configMapKeyRef:
key: kafka-metrics-config.yaml
name: metrics-config
storage:
type: persistent-claim
size: 4Gi
class: managed-nfs-storage
zookeeper:
replicas: 3
metrics: {}
metricsConfig:
type: jmxPrometheusExporter
valueFrom:
configMapKeyRef:
key: zookeeper-metrics-config.yaml
name: metrics-config
storage:
type: persistent-claim
size: 2Gi
class: managed-nfs-storage
requestIbmServices:
iam: true
monitoring: true
iam: false
monitoring: false
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
ibmeventstreams:
name: ibm-eventstreams
subscription:
channel: v2.5
channel: v3.0
installPlanApproval: Automatic
name: ibm-eventstreams
source: ibm-operator-catalog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
security:
internalTls: 'TLSv1.2'
version: 10.5.0
version: 11.0.2
license:
# By installing this product you accept the license terms at https://ibm.biz/es-license
accept: true
Expand All @@ -43,36 +43,54 @@ spec:
kafka:
replicas: 3
authorization:
type: runas
type: custom
supportsAdminApi: true
authorizerClass: com.ibm.eventstreams.runas.authorizer.RunAsAuthorizer
config:
inter.broker.protocol.version: "2.8"
interceptor.class.names: com.ibm.eventstreams.interceptors.metrics.ProducerMetricsInterceptor
inter.broker.protocol.version: "3.2"
log.cleaner.threads: 6
log.message.format.version: "2.8"
log.message.format.version: "3.2"
num.io.threads: 24
num.network.threads: 9
num.replica.fetchers: 3
offsets.topic.replication.factor: 3
default.replication.factor: 3
min.insync.replicas: 2
listeners:
external:
- name: external
port: 9094
type: route
authentication:
type: scram-sha-512
tls:
tls: true
- name: tls
port: 9093
type: internal
tls: true
authentication:
type: tls
metrics: {}
metricsConfig:
type: jmxPrometheusExporter
valueFrom:
configMapKeyRef:
key: kafka-metrics-config.yaml
name: metrics-config
storage:
type: persistent-claim
size: 4Gi
class: managed-nfs-storage
zookeeper:
replicas: 3
metrics: {}
metricsConfig:
type: jmxPrometheusExporter
valueFrom:
configMapKeyRef:
key: zookeeper-metrics-config.yaml
name: metrics-config
storage:
type: persistent-claim
size: 2Gi
class: managed-nfs-storage
requestIbmServices:
iam: true
monitoring: true
iam: false
monitoring: false
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
ibmeventstreams:
name: ibm-eventstreams
subscription:
channel: v2.5
channel: v3.0
installPlanApproval: Automatic
name: ibm-eventstreams
source: ibm-operator-catalog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
security:
internalTls: 'TLSv1.2'
version: 10.5.0
version: 11.0.2
license:
# By installing this product you accept the license terms at https://ibm.biz/es-license
accept: true
Expand All @@ -43,36 +43,54 @@ spec:
kafka:
replicas: 3
authorization:
type: runas
type: custom
supportsAdminApi: true
authorizerClass: com.ibm.eventstreams.runas.authorizer.RunAsAuthorizer
config:
inter.broker.protocol.version: "2.8"
interceptor.class.names: com.ibm.eventstreams.interceptors.metrics.ProducerMetricsInterceptor
inter.broker.protocol.version: "3.2"
log.cleaner.threads: 6
log.message.format.version: "2.8"
log.message.format.version: "3.2"
num.io.threads: 24
num.network.threads: 9
num.replica.fetchers: 3
offsets.topic.replication.factor: 3
default.replication.factor: 3
min.insync.replicas: 2
listeners:
external:
- name: external
port: 9094
type: route
authentication:
type: scram-sha-512
tls:
tls: true
- name: tls
port: 9093
type: internal
tls: true
authentication:
type: tls
metrics: {}
metricsConfig:
type: jmxPrometheusExporter
valueFrom:
configMapKeyRef:
key: kafka-metrics-config.yaml
name: metrics-config
storage:
type: persistent-claim
size: 4Gi
class: managed-nfs-storage
zookeeper:
replicas: 3
metrics: {}
metricsConfig:
type: jmxPrometheusExporter
valueFrom:
configMapKeyRef:
key: zookeeper-metrics-config.yaml
name: metrics-config
storage:
type: persistent-claim
size: 2Gi
class: managed-nfs-storage
requestIbmServices:
iam: true
monitoring: true
iam: false
monitoring: false
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
ibmeventstreams:
name: ibm-eventstreams
subscription:
channel: v2.5
channel: v3.0
installPlanApproval: Automatic
name: ibm-eventstreams
source: ibm-operator-catalog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
security:
internalTls: 'TLSv1.2'
version: 10.5.0
version: 11.0.2
license:
# By installing this product you accept the license terms at https://ibm.biz/es-license
accept: true
Expand All @@ -43,36 +43,54 @@ spec:
kafka:
replicas: 3
authorization:
type: runas
type: custom
supportsAdminApi: true
authorizerClass: com.ibm.eventstreams.runas.authorizer.RunAsAuthorizer
config:
inter.broker.protocol.version: "2.8"
interceptor.class.names: com.ibm.eventstreams.interceptors.metrics.ProducerMetricsInterceptor
inter.broker.protocol.version: "3.2"
log.cleaner.threads: 6
log.message.format.version: "2.8"
log.message.format.version: "3.2"
num.io.threads: 24
num.network.threads: 9
num.replica.fetchers: 3
offsets.topic.replication.factor: 3
default.replication.factor: 3
min.insync.replicas: 2
listeners:
external:
- name: external
port: 9094
type: route
authentication:
type: scram-sha-512
tls:
tls: true
- name: tls
port: 9093
type: internal
tls: true
authentication:
type: tls
metrics: {}
metricsConfig:
type: jmxPrometheusExporter
valueFrom:
configMapKeyRef:
key: kafka-metrics-config.yaml
name: metrics-config
storage:
type: persistent-claim
size: 4Gi
class: managed-nfs-storage
zookeeper:
replicas: 3
metrics: {}
metricsConfig:
type: jmxPrometheusExporter
valueFrom:
configMapKeyRef:
key: zookeeper-metrics-config.yaml
name: metrics-config
storage:
type: persistent-claim
size: 2Gi
class: managed-nfs-storage
requestIbmServices:
iam: true
monitoring: true
iam: false
monitoring: false
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
ibmeventstreams:
name: ibm-eventstreams
subscription:
channel: v2.5
channel: v3.0
installPlanApproval: Automatic
name: ibm-eventstreams
source: ibm-operator-catalog
Expand Down
Loading

0 comments on commit 33e1fc3

Please sign in to comment.