Files
Vendaweb-api/k8s/overlays/prod/service-patch.yaml
Joelbrit0 3b8b079123
Some checks failed
Deploy NestJS API / build-and-push-deploy (push) Failing after 8s
docs: add kubernetes and workflow documentation
2026-01-29 11:28:35 -03:00

12 lines
171 B
YAML

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