Skip to content

Commit

Permalink
FKS-1170 added config for fridiks.no
Browse files Browse the repository at this point in the history
  • Loading branch information
Erling Jahr committed Feb 11, 2025
1 parent eb50757 commit 61f2292
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
cluster: aks-api-fint-2022-02-08
- org: bfk-no
cluster: aks-api-fint-2022-02-08
- org: fridiks-no
cluster: aks-api-fint-2022-02-08

steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/MD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
- ofk-no
- bfk-no
- afk-no
- fridiks-no

env:
REGISTRY: ghcr.io
Expand Down
47 changes: 47 additions & 0 deletions kustomize/overlays/api/fridiks-no/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: fridiks-no
resources:
- ../../../base
commonLabels:
app.kubernetes.io/name: fint-kontroll-orgunit-catalog
app.kubernetes.io/instance: fint-kontroll-orgunit-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: fridiks.no
patches:
- patch: |-
- op: replace
path: "/spec/orgId"
value: "fridiks.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: "fridiks.no"
- op: replace
path: "/spec/env/2/value"
value: "fridiks-no-fint-kontroll-orgunit-catalog"
- op: replace
path: "/spec/kafka/acls/0/topic"
value: "fridiks-no.kontroll.*"
- op: replace
path: "/spec/kafka/acls/1/topic"
value: "fridiks-no.kontroll.*"
- op: replace
path: "/spec/ingress/basePath"
value: "/fridiks-no/api/orgunits"
- op: replace
path: "/spec/url/basePath"
value: "/fridiks-no"
- op: replace
path: "/spec/observability/metrics/path"
value: "/fridiks-no/actuator/prometheus"
target:
kind: Application
name: fint-kontroll-orgunit-catalog

0 comments on commit 61f2292

Please sign in to comment.