Skip to content

Commit

Permalink
fix: use ImplementationSpecific
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Jul 3, 2024
1 parent 5f826fc commit 89c13e4
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,4 +4,4 @@ description: SitkoRu dotnet app

type: application

version: 0.12.0
version: 0.13.0
2 changes: 1 addition & 1 deletion charts/dotnet-app/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
paths:
{{- range .grpcPaths }}
- path: {{ . }}
pathType: Prefix
pathType: ImplementationSpecific
backend:
service:
name: "{{ $fullName }}-grpc"
Expand Down

0 comments on commit 89c13e4

Please sign in to comment.