Skip to content

Commit a0a984e

Browse files
committed
infra: set min replicas to 1
1 parent dd717c6 commit a0a984e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.azure/infra/config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"ingress": {
77
"external": false,
88
"targetPort": 4001
9+
},
10+
"scale": {
11+
"minReplicas": 1
912
}
1013
}
1114
},
@@ -15,6 +18,9 @@
1518
"ingress": {
1619
"external": false,
1720
"targetPort": 4002
21+
},
22+
"scale": {
23+
"minReplicas": 1
1824
}
1925
}
2026
},
@@ -24,6 +30,9 @@
2430
"ingress": {
2531
"external": true,
2632
"targetPort": 4003
33+
},
34+
"scale": {
35+
"minReplicas": 1
2736
}
2837
}
2938
}

0 commit comments

Comments
 (0)