Skip to content

Commit

Permalink
chore: flytter db konfig til kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Dec 2, 2024
1 parent efd11ae commit d3d0223
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .deploy/naiserator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
paths:
- mountPath: /var/run/secrets/nais.io/serviceuser
kvPath: {{serviceuserkv}}
envFrom:
- secret: fpabakus
azure:
application:
enabled: true
Expand Down
4 changes: 0 additions & 4 deletions web/src/main/resources/application-dev-fss.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ organisasjon.rs.url=https://ereg-services.dev.intern.nav.no/api/v2/organisasjon

# PDL
pdl.scopes=api://dev-fss.pdl.pdl-api/.default

# Database
defaultDS.username=fpabakus-15
defaultDS.url=jdbc:postgresql://b27dbvl032.preprod.local:5432/fpabakus-15
4 changes: 0 additions & 4 deletions web/src/main/resources/application-prod-fss.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ organisasjon.rs.url=https://ereg-services.intern.nav.no/api/v2/organisasjon

# PDL
pdl.scopes=api://prod-fss.pdl.pdl-api/.default

# Database
defaultDS.username=fpabakus-15
defaultDS.url=jdbc:postgresql://a01dbvl021.adeo.no:5432/fpabakus-15

0 comments on commit d3d0223

Please sign in to comment.