Skip to content

Commit

Permalink
feat: add login validation grpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 29, 2023
1 parent 84e61ad commit 2187969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/bot-telegram/templates/ingress-grpc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "source-feeds.fullname" . -}}
{{- $fullName := include "bot-telegram.fullname" . -}}
{{- $svcPort := .Values.service.grpc.port -}}
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
{{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}
Expand All @@ -17,7 +17,7 @@ kind: Ingress
metadata:
name: {{ $fullName }}-grpc
labels:
{{- include "source-feeds.labels" . | nindent 4 }}
{{- include "bot-telegram.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit 2187969

Please sign in to comment.