Skip to content

Commit

Permalink
Adds config values for tf and helm in production
Browse files Browse the repository at this point in the history
* This commit also removes some unused variables from the existing helm variable files used for test and dev
  • Loading branch information
erlendev committed Feb 4, 2025
1 parent 63d75b7 commit bfa896e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
5 changes: 0 additions & 5 deletions helm/nanna/env/values-kub-ent-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,5 @@ auth0:
url: https://internal.dev.entur.org/
partner:
url: https://partner.dev.entur.org/
domain: ror-entur-dev.eu.auth0.com
# admin:
# client:
# id: dXrBh0VYvPEbz3tCTQzSudyde5hK93mL
# domain: ror-entur-dev.eu.auth0.com

monitoringEnabled: true
23 changes: 23 additions & 0 deletions helm/nanna/env/values-kub-ent-prd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
replicas: 2
gcp:
databaseInstance: ent-nanna-prd:europe-west1:nanna-db-pg13

chouette:
service: http://chouette.prd.entur.internal

ingress:
domain: .entur.io
providers:
name: timetable-admin-v1-providers

auth0:
ror:
url: https://auth2.entur.org/
audience: https://ror.api.entur.io
entur:
internal:
url: https://internal.entur.org/
partner:
url: https://partner.entur.org/

monitoringEnabled: true
1 change: 0 additions & 1 deletion helm/nanna/env/values-kub-ent-tst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ auth0:
url: https://internal.staging.entur.org/
partner:
url: https://partner.staging.entur.org/
domain: ror-entur-staging.eu.auth0.com

monitoringEnabled: true
1 change: 1 addition & 0 deletions terraform/env/kub-ent-prd.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gcp_resources_project = "ent-nanna-prd"

0 comments on commit bfa896e

Please sign in to comment.