Skip to content

Commit

Permalink
add deployment for tromsfylke in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed May 21, 2024
1 parent d518666 commit 1d5aae0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
cluster: aks-beta-fint-2021-11-23
- org: telemarkfylke-no
cluster: aks-beta-fint-2021-11-23
- org: tromsfylke-no
cluster: aks-beta-fint-2021-11-23
- org: vestfoldfylke-no
cluster: aks-beta-fint-2021-11-23

Expand Down
38 changes: 38 additions & 0 deletions kustomize/overlays/tromsfylke-no/beta/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tromsfylke-no

resources:
- ../../../base

commonLabels:
app.kubernetes.io/instance: fint-flyt-configuration-service_tromsfylke_no
fintlabs.no/org-id: tromsfylke.no

patches:
- patch: |-
- op: replace
path: "/spec/kafka/acls/0/topic"
value: "tromsfylke-no.flyt.*"
- op: replace
path: "/spec/orgId"
value: "tromsfylke.no"
- op: replace
path: "/spec/url/basePath"
value: "/beta/tromsfylke-no"
- op: replace
path: "/spec/ingress/basePath"
value: "/beta/tromsfylke-no/api/intern/konfigurasjoner"
- op: replace
path: "/spec/env/1/value"
value: |
{
"tromsfylke.no":["https://role-catalog.vigoiks.no/vigo/flyt/user"],
"vigo.no":["https://role-catalog.vigoiks.no/vigo/flyt/developer"],
"novari.no":["https://role-catalog.vigoiks.no/vigo/flyt/developer"]
}
target:
kind: Application
name: fint-flyt-configuration-service

0 comments on commit 1d5aae0

Please sign in to comment.