Skip to content

Commit f86373e

Browse files
authored
chore: update scalingStrategy (#179)
* chore: update scalingStrategy
1 parent ee3c119 commit f86373e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

naiserator-dev.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ spec:
1010
replicas:
1111
min: 1
1212
max: 2
13-
cpuThresholdPercentage: 90
13+
scalingStrategy:
14+
cpu:
15+
thresholdPercentage: 90
1416
port: 8080
1517
liveness:
1618
path: /internal/is_alive
@@ -60,4 +62,4 @@ spec:
6062
- name: MQ_CHANNEL_NAME
6163
value: Q1_SYFOSMAPPREC
6264
- name: MQ_APPREC_QUEUE_NAME
63-
value: QA.Q414.IU03_UTSENDING
65+
value: QA.Q414.IU03_UTSENDING

naiserator-prod.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ spec:
1010
replicas:
1111
min: 2
1212
max: 4
13-
cpuThresholdPercentage: 90
13+
scalingStrategy:
14+
cpu:
15+
thresholdPercentage: 90
1416
port: 8080
1517
liveness:
1618
path: /internal/is_alive
@@ -60,4 +62,4 @@ spec:
6062
- name: MQ_CHANNEL_NAME
6163
value: P_SYFOSMAPPREC
6264
- name: MQ_APPREC_QUEUE_NAME
63-
value: QA.P414.IU03_UTSENDING
65+
value: QA.P414.IU03_UTSENDING

0 commit comments

Comments
 (0)