generated from FINTLabs/fint-spring-boot-template-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added unique group-id for afk and bfk
- Loading branch information
Erling Jahr
committed
Nov 28, 2023
1 parent
8d81bbf
commit 331978f
Showing
4 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: afk-no | ||
resources: | ||
- ../../../base | ||
commonLabels: | ||
app.kubernetes.io/name: fint-kontroll-user-catalog | ||
app.kubernetes.io/instance: fint-kontroll-user-catalog_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/env/0/value" | ||
value: "https://role-catalog.vigoiks.no/vigo/kontroll/user" | ||
- op: replace | ||
path: "/spec/env/1/value" | ||
value: "afk.no" | ||
- op: replace | ||
path: "/spec/env/2/value" | ||
value: "afk-no-fint-kontroll-user-catalog" | ||
- op: replace | ||
path: "/spec/kafka/acls/0/topic" | ||
value: "afk-no.kontroll.*" | ||
- op: replace | ||
path: "/spec/kafka/acls/1/topic" | ||
value: "afk-no.kontroll.*" | ||
- op: replace | ||
path: "/spec/ingress/basePath" | ||
value: "/afk-no/api/users" | ||
- op: replace | ||
path: "/spec/url/basePath" | ||
value: "/afk-no" | ||
target: | ||
kind: Application | ||
name: fint-kontroll-user-catalog | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: bfk-no | ||
resources: | ||
- ../../../base | ||
commonLabels: | ||
app.kubernetes.io/name: fint-kontroll-user-catalog | ||
app.kubernetes.io/instance: fint-kontroll-user-catalog_bfk-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: bfk.no | ||
patches: | ||
- patch: |- | ||
- op: replace | ||
path: "/spec/orgId" | ||
value: "bfk.no" | ||
- op: replace | ||
path: "/spec/env/0/value" | ||
value: "https://role-catalog.vigoiks.no/vigo/kontroll/user" | ||
- op: replace | ||
path: "/spec/env/1/value" | ||
value: "bfk.no" | ||
- op: replace | ||
path: "/spec/env/2/value" | ||
value: "bfk-no-fint-kontroll-user-catalog" | ||
- op: replace | ||
path: "/spec/kafka/acls/0/topic" | ||
value: "bfk-no.kontroll.*" | ||
- op: replace | ||
path: "/spec/kafka/acls/1/topic" | ||
value: "bfk-no.kontroll.*" | ||
- op: replace | ||
path: "/spec/ingress/basePath" | ||
value: "/bfk-no/api/users" | ||
- op: replace | ||
path: "/spec/url/basePath" | ||
value: "/bfk-no" | ||
target: | ||
kind: Application | ||
name: fint-kontroll-user-catalog | ||