feat: update grpc service as well
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-29 21:49:40 +02:00
parent b7dfb28b10
commit 63e7ef1c63

View File

@@ -19,7 +19,10 @@ spec:
- name: internal-http
port: 3001
targetPort: 3001
- name: external-grpc
port: 4000
targetPort: 4000
- name: internal-grpc
port: 3002
targetPort: 3002
port: 4001
targetPort: 4001