Skip to content

Commit

Permalink
Ednret til min/max 2 noder for inngang-api
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Jul 2, 2024
1 parent a1976fc commit 94fa70f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions apps/api-start-stopp-perioder/nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ spec:
port: 8080
resources:
limits:
memory: 1024Mi
memory: 512Mi
requests:
cpu: 200m
cpu: 20m
memory: 256Mi
tokenx:
enabled: true
Expand All @@ -42,8 +42,8 @@ spec:
- name: HENDELSELOGG_TOPIC
value: "paw.arbeidssoker-hendelseslogg-v1"
replicas:
min: 1
max: 1
min: 2
max: 2
liveness:
path: /internal/isAlive
initialDelay: 10
Expand Down
6 changes: 3 additions & 3 deletions apps/api-start-stopp-perioder/nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
limits:
memory: 1024Mi
requests:
cpu: 200m
cpu: 25m
memory: 256Mi
tokenx:
enabled: true
Expand All @@ -42,8 +42,8 @@ spec:
- name: HENDELSELOGG_TOPIC
value: "paw.arbeidssoker-hendelseslogg-v1"
replicas:
min: 1
max: 1
min: 2
max: 2
liveness:
path: /internal/isAlive
initialDelay: 10
Expand Down

0 comments on commit 94fa70f

Please sign in to comment.