Skip to content

Commit

Permalink
reduced replicas for dev
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Jul 30, 2022
1 parent 598aacd commit 48e6d21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifests/overlays/development/deployment.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Deployment
metadata:
name: api-headless
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
app: api-headless
Expand Down
14 changes: 7 additions & 7 deletions manifests/overlays/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ images:
- name: ghcr.io/podkrepi-bg/api
newTag: master

secretGenerator:
- name: stripe-secret
envs: [stripe.env]
- name: keycloak-secret
envs: [keycloak-secret.env]
- name: sendgrid-secret
envs: [sendgrid-secret.env]
#secretGenerator:
# - name: stripe-secret
# envs: [stripe.env]
# - name: keycloak-secret
# envs: [keycloak-secret.env]
# - name: sendgrid-secret
# envs: [sendgrid-secret.env]

1 comment on commit 48e6d21

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 72.06% 1736/2409
🔴 Branches 43.28% 190/439
🔴 Functions 44.16% 208/471
🟡 Lines 70.06% 1528/2181

Test suite run success

169 tests passing in 62 suites.

Report generated by 🧪jest coverage report action from 48e6d21

Please sign in to comment.