Skip to content

Commit

Permalink
upgrade strimzi to version 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen committed Apr 6, 2021
1 parent d2cffdc commit b1313bb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Helm Chart for OPEN-FTTH

## Note

g
This chart is still under development and is not meant for use yet.

## Requirements
Expand Down
13 changes: 10 additions & 3 deletions openftth/charts/strimzi/templates/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ spec:
kafka:
replicas: {{ .Values.kafka.replicas }}
listeners:
plain: {}
tls: {}
- name: plain
port: 9092
type: internal
tls: false
- name: tls
port: 9093
type: internal
tls: true
{{- if .Values.kafka.external.type }}
external:
- name: external
port: 9094
type: {{ .Values.kafka.external.type }}
tls: {{ .Values.kafka.external.tls }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helm repo update
# Install strimzi
helm install strimzi strimzi/strimzi-kafka-operator \
-n openftth \
--version 0.19
--version 0.20

# Install loki
helm upgrade --install loki --namespace=openftth grafana/loki-stack --set grafana.enabled=true,prometheus.enabled=true,prometheus.alertmanager.persistentVolume.enabled=false,prometheus.server.persistentVolume.enabled=false,loki.persistence.enabled=true,loki.persistence.storageClassName=standard,loki.persistence.size=10Gi --version 2.3.0
Expand Down

0 comments on commit b1313bb

Please sign in to comment.