Skip to content

Commit

Permalink
add afk-no api overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
berntjoh committed Nov 27, 2023
1 parent 7687a5a commit c7c0ee7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions kustomize/overlays/api/afk-no/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: afk-no
resources:
- ../../../base
commonLabels:
app.kubernetes.io/name: fint-kontroll-resource-factory
app.kubernetes.io/instance: fint-kontroll-resource-factory_afk_no
app.kubernetes.io/version: latest
app.kubernetes.io/component: backend
app.kubernetes.io/part-of: fint-kontroll
fintlabs.no/team: bas
fintlabs.no/org-id: afk.no
patches:
- patch: |-
- op: replace
path: "/spec/orgId"
value: "afk.no"
- op: replace
path: "/spec/kafka/acls/0/topic"
value: "afk-no.kontroll.*"
- op: replace
path: "/spec/kafka/acls/1/topic"
value: "afk-no.kontroll.*"
target:
kind: Application
name: fint-kontroll-resource-factory

0 comments on commit c7c0ee7

Please sign in to comment.