Skip to content

Commit

Permalink
feat: use the login code from gRPC req
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Sep 18, 2024
1 parent 3d3586f commit b95341a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helm/source-telegram/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- $fullName := include "source-telegram.fullname" . }}
{{- $portGrpc := .Values.service.portGrpc }}

apiVersion: v1
kind: Service
Expand All @@ -13,7 +14,7 @@ spec:
targetPort: http
protocol: TCP
name: http
- port: {{ .Values.service.portGrpc }}
- port: {{ $portGrpc }}
targetPort: grpc
protocol: TCP
name: grpc
Expand All @@ -33,7 +34,7 @@ metadata:
replica: "{{ $i }}"
spec:
ports:
- port: {{ .Values.service.portGrpc }}
- port: {{ $portGrpc }}
targetPort: grpc
protocol: TCP
name: grpc
Expand Down

0 comments on commit b95341a

Please sign in to comment.