feat: add infra

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-01-28 23:50:06 +01:00
parent aca5838d54
commit 81847f4c49
9 changed files with 254 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
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