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:
Kasper Juul Hermansen 2024-05-29 21:49:40 +02:00
parent b7dfb28b10
commit 63e7ef1c63
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

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