Skip to content

Commit

Permalink
Oppgraderer DB-tier (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
mettok authored Oct 9, 2024
1 parent 745a0bf commit 0b29b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/db/prod-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ database:
- name: inntektsmelding
users: [ simba_datastream_bruker ]
logical_decoding: true
dbTier: db-f1-micro
dbTier: db-custom-1-3840
envFrom:
- type: secret
name: google-sql-im-db
2 changes: 1 addition & 1 deletion config/feil-behandler/prod-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ azure:
enabled: true
database:
- name: im-error-recovery
dbTier: db-f1-micro
dbTier: db-custom-1-3840
envFrom:
- type: secret
name: google-sql-im-feil-behandler
2 changes: 1 addition & 1 deletion config/notifikasjon/prod-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ azure:
database:
- name: notifikasjon
logical_decoding: true
dbTier: db-f1-micro
dbTier: db-custom-1-3840
envFrom:
- type: secret
name: google-sql-im-notifikasjon
Expand Down

0 comments on commit 0b29b87

Please sign in to comment.