Skip to content

Commit

Permalink
ARKIV-293 OT on the oil coast (api) 💪
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsodd committed Aug 29, 2024
1 parent b4da9d2 commit 326f070
Show file tree
Hide file tree
Showing 3 changed files with 40 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 @@ -57,8 +57,6 @@ jobs:
org: fintlabs-no
- cluster: aks-api-fint-2022-02-08
org: vlfk-no
- cluster: aks-api-fint-2022-02-08
org: rogfk-no

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions bruno/environments/api: rogfk-no.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
vars {
org: rogfk-no
env:
}
vars:secret [
user_session
]
33 changes: 33 additions & 0 deletions kustomize/overlays/rogfk-no/api/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rogfk-no

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

commonLabels:
app.kubernetes.io/instance: fint-flyt-vigo-gateway_rogfk_no
fintlabs.no/org-id: rogfk.no

patches:
- patch: |-
- op: replace
path: "/spec/kafka/acls/0/topic"
value: "rogfk-no.flyt.*"
- op: replace
path: "/spec/orgId"
value: "rogfk.no"
- op: add
path: "/spec/url/basePath"
value: "/rogfk-no"
- op: replace
path: "/spec/ingress/basePath"
value: "/rogfk-no/api/vigo"
- op: add
path: "/spec/env/-"
value:
name: "logging.level.no.fintlabs.instance.gateway"
value: "INFO"
target:
kind: Application
name: fint-flyt-vigo-gateway

0 comments on commit 326f070

Please sign in to comment.