Skip to content

Commit 04b5710

Browse files
committed
Set sha as latest for now and reduce replicas as memory limited
1 parent 33c1bf2 commit 04b5710

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/api/base/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
type: RollingUpdate
1111
rollingUpdate:
1212
maxUnavailable: 1
13-
replicas: 3
13+
replicas: 1
1414
selector:
1515
matchLabels:
1616
app: api
@@ -67,7 +67,7 @@ spec:
6767
type: RollingUpdate
6868
rollingUpdate:
6969
maxUnavailable: 1
70-
replicas: 3
70+
replicas: 1
7171
selector:
7272
matchLabels:
7373
app: api-search

apps/api/environments/prod/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33
namespace: apps--mc-api
44
images:
55
- name: docker.io/metacpan/metacpan-api
6-
newTag: sha-9ca309aed4414d1ef21c762e023924340af98d1e
6+
newTag: latest
77
resources:
88
- fastly-api_sealedsecret.yaml
99
- prod_sealedsecret.yaml

0 commit comments

Comments
 (0)