Skip to content

Commit 24fc744

Browse files
committed
Patch stage and prod to have 2 replicas of the gateway
1 parent ef9ab29 commit 24fc744

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
resources:
2-
- ../../base
2+
- ../../base
3+
4+
patches:
5+
- patch: |-
6+
- op: replace
7+
path: /spec/replicas
8+
value: 2
9+
target:
10+
kind: Deployment
11+
name: gateway-vertx
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
resources:
2-
- ../../base
2+
- ../../base
3+
4+
patches:
5+
- patch: |-
6+
- op: replace
7+
path: /spec/replicas
8+
value: 2
9+
target:
10+
kind: Deployment
11+
name: gateway-vertx

0 commit comments

Comments
 (0)