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 ofk-no to deployment to api - wip
- Loading branch information
Erling Jahr
committed
Nov 17, 2023
1 parent
c4f1c14
commit dcc30b5
Showing
6 changed files
with
71 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: ofk-no | ||
resources: | ||
- ../../../base | ||
commonLabels: | ||
app.kubernetes.io/name: fint-kontroll-user-catalog | ||
app.kubernetes.io/instance: fint-kontroll-user-catalog_ofk-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: ofk.no | ||
patches: | ||
- patch: |- | ||
- op: replace | ||
path: "/spec/orgId" | ||
value: "ofk.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: "ofk.no" | ||
- op: replace | ||
path: "/spec/kafka/acls/0/topic" | ||
value: "ofk-no.kontroll.*" | ||
- op: replace | ||
path: "/spec/kafka/acls/1/topic" | ||
value: "ofk-no.kontroll.*" | ||
- op: replace | ||
path: "/spec/ingress/basePath" | ||
value: "/ofk-no/api/users" | ||
- op: replace | ||
path: "/spec/url/basePath" | ||
value: "/ofk-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
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