Skip to content

Commit

Permalink
ARKIV-290 OT to the oil coast (beta) 💪
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsodd committed Aug 28, 2024
1 parent ae6f63b commit 633a515
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
org: [ fintlabs-no, ofk-no, tromsfylke-no, bfk-no, afk-no, vlfk-no ]
org: [ fintlabs-no, ofk-no, tromsfylke-no, bfk-no, afk-no, vlfk-no, rogfk-no ]
cluster: [ aks-beta-fint-2021-11-23, aks-api-fint-2022-02-08 ]
include:
- cluster: aks-beta-fint-2021-11-23
Expand All @@ -57,6 +57,8 @@ 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
1 change: 1 addition & 0 deletions .github/workflows/md.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- afk-no
- tromsfylke-no
- vlfk-no
- rogfk-no

env:
REGISTRY: ghcr.io
Expand Down
7 changes: 7 additions & 0 deletions bruno/environments/beta: rogfk-no.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
vars {
org: rogfk-no
env: beta/
}
vars:secret [
user_session
]
33 changes: 33 additions & 0 deletions kustomize/overlays/rogfk-no/beta/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: "/beta/rogfk-no"
- op: replace
path: "/spec/ingress/basePath"
value: "/beta/rogfk-no/api/vigo"
- op: add
path: "/spec/env/-"
value:
name: "logging.level.no.fintlabs.instance.gateway"
value: "DEBUG"
target:
kind: Application
name: fint-flyt-vigo-gateway

0 comments on commit 633a515

Please sign in to comment.