Skip to content

Commit

Permalink
fix: string grpc port
Browse files Browse the repository at this point in the history
  • Loading branch information
pogromistik committed Jul 3, 2024
1 parent 28ad163 commit c2f7b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dotnet-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: SitkoRu dotnet app

type: application

version: 0.7.0
version: 0.8.0

appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/dotnet-app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ spec:
value: {{ $v | quote }}
{{- end }}
- name: APPLICATION__WEB__PORTS__gRPC__Port
value: {{ .Values.service.grpcPort }}
value: "{{ .Values.service.grpcPort }}"
- name: APPLICATION__WEB__PORTS__gRPC__ExternalAddress
value: "{{ include "dotnet-app.fullname" . }}-grpc.{{ .Release.Namespace}}.svc.cluster.local"

0 comments on commit c2f7b53

Please sign in to comment.