Skip to content

Commit

Permalink
add innlandetfylke to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Aug 30, 2023
1 parent 7a869b3 commit 1b86a5b
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- org: fintlabs-no
cluster: aks-beta-fint-2021-11-23

- org: innlandetfylke-no
cluster: aks-beta-fint-2021-11-23

- org: viken-no
cluster: aks-api-fint-2022-02-08
- org: viken-no
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/MD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
default: 'warning'
type: choice
options:
- fintlabs-no
- innlandetfylke-no
- viken-no
- vlfk-no
- trondelagfylke-no
Expand Down
31 changes: 31 additions & 0 deletions kustomize/overlays/innlandetfylke-no/alpha/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: innlandetfylke-no

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

commonLabels:
app.kubernetes.io/instance: fint-flyt-data-service_innlandetfylke_no
fintlabs.no/org-id: innlandetfylke.no

patches:
- patch: |-
- op: replace
path: "/spec/kafka/acls/0/topic"
value: "innlandetfylke-no.flyt.*"
- op: replace
path: "/spec/orgId"
value: "innlandetfylke.no"
- op: replace
path: "/spec/url/basePath"
value: "/alpha/innlandetfylke-no"
- op: replace
path: "/spec/ingress/basePath"
value: "/alpha/innlandetfylke-no/api/intern/arkiv"
- op: replace
path: "/spec/env/1/value"
value: "innlandetfylke.no, vigo.no"
target:
kind: Application
name: fint-flyt-data-service
31 changes: 31 additions & 0 deletions kustomize/overlays/innlandetfylke-no/api/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: innlandetfylke-no

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

commonLabels:
app.kubernetes.io/instance: fint-flyt-data-service_innlandetfylke_no
fintlabs.no/org-id: innlandetfylke.no

patches:
- patch: |-
- op: replace
path: "/spec/kafka/acls/0/topic"
value: "innlandetfylke-no.flyt.*"
- op: replace
path: "/spec/orgId"
value: "innlandetfylke.no"
- op: replace
path: "/spec/url/basePath"
value: "/innlandetfylke-no"
- op: replace
path: "/spec/ingress/basePath"
value: "/innlandetfylke-no/api/intern/arkiv"
- op: replace
path: "/spec/env/1/value"
value: "innlandetfylke.no, vigo.no"
target:
kind: Application
name: fint-flyt-data-service
32 changes: 32 additions & 0 deletions kustomize/overlays/innlandetfylke-no/beta/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: innlandetfylke-no

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

commonLabels:
app.kubernetes.io/instance: fint-flyt-data-service_innlandetfylke_no
fintlabs.no/org-id: innlandetfylke.no

patches:
- patch: |-
- op: replace
path: "/spec/kafka/acls/0/topic"
value: "innlandetfylke-no.flyt.*"
- op: replace
path: "/spec/orgId"
value: "innlandetfylke.no"
- op: replace
path: "/spec/url/basePath"
value: "/beta/innlandetfylke-no"
- op: replace
path: "/spec/ingress/basePath"
value: "/beta/innlandetfylke-no/api/intern/arkiv"
- op: replace
path: "/spec/env/1/value"
value: "innlandetfylke.no, vigo.no"
target:
kind: Application
name: fint-flyt-data-service

0 comments on commit 1b86a5b

Please sign in to comment.