Files
Vendaweb-api/k8s/overlays/prod/service-patch.yaml
Joelbrit0 f2b629eaad
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m13s
chore: organize project and update service
2026-01-29 11:49:01 -03:00

12 lines
171 B
YAML

apiVersion: v1
kind: Service
metadata:
name: vendaweb-api
spec:
type: NodePort
ports:
- name: http
port: 8067
targetPort: 8067
nodePort: 30001