|
1 | 1 | ---
|
2 | 2 | apiVersion: kafka.nais.io/v1
|
3 | 3 | kind: Topic
|
| 4 | +metadata: |
| 5 | + name: dataproduct-apps |
| 6 | + namespace: nais |
| 7 | + labels: |
| 8 | + team: nais |
| 9 | + annotations: |
| 10 | + dcat.data.nav.no/title: "Applikasjoner i NAIS" |
| 11 | + dcat.data.nav.no/description: "Applikasjoner som kjører i de forskjellige NAIS clusterne, med team og namespace" |
| 12 | + dcat.data.nav.no/theme: "nais" |
| 13 | + dcat.data.nav.no/keyword: "nais,application" |
| 14 | + dcat.data.nav.no/publisher: "https://github.com/nais/dataproduct-apps" |
| 15 | + kafka.nais.io/removeDataWhenResourceIsDeleted: "true" |
| 16 | +spec: |
| 17 | + pool: nav-infrastructure |
| 18 | + config: # optional; all fields are optional too; defaults shown |
| 19 | + cleanupPolicy: delete # delete, compact, compact,delete |
| 20 | + minimumInSyncReplicas: 2 |
| 21 | + partitions: 1 |
| 22 | + replication: 3 # see min/max requirements |
| 23 | + retentionBytes: -1 # -1 means unlimited |
| 24 | + retentionHours: 168 # a week |
| 25 | + acl: |
| 26 | + - team: aura |
| 27 | + application: dataproduct-apps-collect |
| 28 | + access: write # read, write, readwrite |
| 29 | + - team: aura |
| 30 | + application: dataproduct-apps-persist |
| 31 | + access: read # read, write, readwrite |
| 32 | + - team: nais |
| 33 | + application: dataproduct-apps-collect |
| 34 | + access: write # read, write, readwrite |
| 35 | + - team: nais |
| 36 | + application: dataproduct-apps-persist |
| 37 | + access: read # read, write, readwrite |
| 38 | +--- |
| 39 | +apiVersion: kafka.nais.io/v1 |
| 40 | +kind: Topic |
4 | 41 | metadata:
|
5 | 42 | name: dataproduct-apps-topics
|
6 | 43 | namespace: nais
|
|
0 commit comments