blob: e40775833a0c37f3fbdb6bbf85790cd9d0a5ccc3 [file] [log] [blame]
efiacor26c1f7a2022-04-25 13:27:18 +01001{{/*
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*/}}
16apiVersion: kafka.strimzi.io/v1beta2
17kind: KafkaTopic
18metadata:
19 name: ves-3gpp-fault-supervision
20 labels:
21 strimzi.io/cluster: {{ include "common.release" . }}-strimzi
22spec:
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---
29apiVersion: kafka.strimzi.io/v1beta2
30kind: KafkaTopic
31metadata:
32 name: ves-3gpp-provisioning
33 labels:
34 strimzi.io/cluster: {{ include "common.release" . }}-strimzi
35spec:
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---
42apiVersion: kafka.strimzi.io/v1beta2
43kind: KafkaTopic
44metadata:
45 name: ves-3gpp-heartbeat
46 labels:
47 strimzi.io/cluster: {{ include "common.release" . }}-strimzi
48spec:
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---
55apiVersion: kafka.strimzi.io/v1beta2
56kind: KafkaTopic
57metadata:
58 name: ves-3gpp-performance-assurance
59 labels:
60 strimzi.io/cluster: {{ include "common.release" . }}-strimzi
61spec:
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---
68apiVersion: kafka.strimzi.io/v1beta2
69kind: KafkaTopic
70metadata:
71 name: perf3gpp
72 labels:
73 strimzi.io/cluster: {{ include "common.release" . }}-strimzi
74spec:
75 topicName: {{ .Values.applicationConfig.streams_publishes.perf3gpp.kafka_info.topic_name }}
76 partitions: 10
77 config:
78 retention.ms: 7200000
79 segment.bytes: 1073741824