From 93434ba61a8ee18103eb30ed46703df633358ab9 Mon Sep 17 00:00:00 2001 From: Dylan Moreland Date: Thu, 7 Nov 2024 16:26:45 -0500 Subject: [PATCH] Expose gRPC port --- charts/accounts-api/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/accounts-api/values.yaml b/charts/accounts-api/values.yaml index 77acfa0..0df2317 100644 --- a/charts/accounts-api/values.yaml +++ b/charts/accounts-api/values.yaml @@ -47,10 +47,17 @@ service: port: 8080 targetPort: http protocol: TCP + http: + port: 8086 + targetPort: grpc + protocol: TCP ports: - name: mon-http containerPort: 8888 protocol: TCP + - name: grpc + containerPort: 8086 + protocol: TCP - name: http containerPort: 8080 protocol: TCP