fix: scale down cache servers to 1 instance each
This commit is contained in:
@@ -70,7 +70,7 @@ export class NpmCache extends Construct {
|
||||
namespace,
|
||||
},
|
||||
spec: {
|
||||
replicas: "3",
|
||||
replicas: "1",
|
||||
selector: {
|
||||
matchLabels: {
|
||||
app: name,
|
||||
|
||||
Reference in New Issue
Block a user