Skip to content

Commit

Permalink
(refactor): update k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
ds2 committed Jul 30, 2024
1 parent 8a0954d commit a767a9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion k8s/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@ spec:
spec:
containers:
- name: payment-webhook-api
image: fmo00/payment-webhook-api:latest
image: deborasilveira/payment-webhook-api:latest
ports:
- containerPort: 3001
env:
- name: MERCADO_PAGO_ACCESS_TOKEN
value: 'TEST-7418278903320835-072411-cef84b2f32a8952e205f8f50e3e20d15-391569826'
- name: MERCADO_PAGO_API_URL
value: 'https://api.mercadopago.com/v1'
resources:
requests:
cpu: 100m
2 changes: 1 addition & 1 deletion k8s/api-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ spec:
ports:
- port: 3001
targetPort: 3001
type: NodePort
type: LoadBalancer
2 changes: 1 addition & 1 deletion payment-webhook

0 comments on commit a767a9e

Please sign in to comment.