Skip to content

Commit

Permalink
Oppdaterte cfg for testkjøring i prod
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Nov 19, 2024
1 parent bb13b6e commit beadbf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions apps/kafka-key-maintenance/nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ spec:
image: {{ image }}
port: 8080
replicas:
min: 0
max: 0
min: 1
max: 1
resources:
limits:
memory: 4096Mi
requests:
cpu: 20m
memory: 2024Mi
cpu: 50m
memory: 2048Mi
azure:
application:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aktorTopic = "pdl.aktor-v2"
hendelseloggTopic = "${HENDELSELOGG_TOPIC}"
supressionDelayMS = 1800000
intervalMS = 120000
supressionDelayMS = 86400000
intervalMS = 3600000

0 comments on commit beadbf7

Please sign in to comment.