We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latest
1 parent 33c1bf2 commit 04b5710Copy full SHA for 04b5710
apps/api/base/deployment.yaml
@@ -10,7 +10,7 @@ spec:
10
type: RollingUpdate
11
rollingUpdate:
12
maxUnavailable: 1
13
- replicas: 3
+ replicas: 1
14
selector:
15
matchLabels:
16
app: api
@@ -67,7 +67,7 @@ spec:
67
68
69
70
71
72
73
app: api-search
apps/api/environments/prod/kustomization.yaml
@@ -3,7 +3,7 @@ kind: Kustomization
3
namespace: apps--mc-api
4
images:
5
- name: docker.io/metacpan/metacpan-api
6
- newTag: sha-9ca309aed4414d1ef21c762e023924340af98d1e
+ newTag: latest
7
resources:
8
- fastly-api_sealedsecret.yaml
9
- prod_sealedsecret.yaml
0 commit comments