efiacor | 26c1f7a | 2022-04-25 13:27:18 +0100 | [diff] [blame] | 1 | {{/* |
| 2 | # Copyright © 2022 Nordix Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | */}} |
| 16 | apiVersion: kafka.strimzi.io/v1beta2 |
| 17 | kind: KafkaTopic |
| 18 | metadata: |
| 19 | name: ves-3gpp-fault-supervision |
| 20 | labels: |
| 21 | strimzi.io/cluster: {{ include "common.release" . }}-strimzi |
| 22 | spec: |
| 23 | topicName: {{ index .Values "applicationConfig" "streams_publishes" "ves-3gpp-fault-supervision" "kafka_info" "topic_name" }} |
| 24 | partitions: 10 |
| 25 | config: |
| 26 | retention.ms: 7200000 |
| 27 | segment.bytes: 1073741824 |
| 28 | --- |
| 29 | apiVersion: kafka.strimzi.io/v1beta2 |
| 30 | kind: KafkaTopic |
| 31 | metadata: |
| 32 | name: ves-3gpp-provisioning |
| 33 | labels: |
| 34 | strimzi.io/cluster: {{ include "common.release" . }}-strimzi |
| 35 | spec: |
| 36 | topicName: {{ index .Values "applicationConfig" "streams_publishes" "ves-3gpp-provisioning" "kafka_info" "topic_name" }} |
| 37 | partitions: 10 |
| 38 | config: |
| 39 | retention.ms: 7200000 |
| 40 | segment.bytes: 1073741824 |
| 41 | --- |
| 42 | apiVersion: kafka.strimzi.io/v1beta2 |
| 43 | kind: KafkaTopic |
| 44 | metadata: |
| 45 | name: ves-3gpp-heartbeat |
| 46 | labels: |
| 47 | strimzi.io/cluster: {{ include "common.release" . }}-strimzi |
| 48 | spec: |
| 49 | topicName: {{ index .Values "applicationConfig" "streams_publishes" "ves-3gpp-heartbeat" "kafka_info" "topic_name" }} |
| 50 | partitions: 10 |
| 51 | config: |
| 52 | retention.ms: 7200000 |
| 53 | segment.bytes: 1073741824 |
| 54 | --- |
| 55 | apiVersion: kafka.strimzi.io/v1beta2 |
| 56 | kind: KafkaTopic |
| 57 | metadata: |
| 58 | name: ves-3gpp-performance-assurance |
| 59 | labels: |
| 60 | strimzi.io/cluster: {{ include "common.release" . }}-strimzi |
| 61 | spec: |
| 62 | topicName: {{ index .Values "applicationConfig" "streams_publishes" "ves-3gpp-performance-assurance" "kafka_info" "topic_name" }} |
| 63 | partitions: 10 |
| 64 | config: |
| 65 | retention.ms: 7200000 |
| 66 | segment.bytes: 1073741824 |
| 67 | --- |
| 68 | apiVersion: kafka.strimzi.io/v1beta2 |
| 69 | kind: KafkaTopic |
| 70 | metadata: |
| 71 | name: perf3gpp |
| 72 | labels: |
| 73 | strimzi.io/cluster: {{ include "common.release" . }}-strimzi |
| 74 | spec: |
| 75 | topicName: {{ .Values.applicationConfig.streams_publishes.perf3gpp.kafka_info.topic_name }} |
| 76 | partitions: 10 |
| 77 | config: |
| 78 | retention.ms: 7200000 |
| 79 | segment.bytes: 1073741824 |