cuddle-templates/cuddle-node-service/.cuddle/tmp/kustomize/base/service.yaml
kjuulh e19a57bbb7
feat: add nextjs template
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-04-05 21:42:09 +02:00

18 lines
301 B
YAML

apiVersion: v1
kind: Service
metadata:
name: "{{ service }}"
spec:
type: LoadBalancer
ports:
- name: external_http
port: 3000
targetPort: 3000
- name: internal_http
port: 3001
targetPort: 3001
- name: internal_grpc
port: 3002
targetPort: 3002