Skip to content

Commit

Permalink
update ingress service format
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdsb committed Feb 26, 2024
1 parent a602f12 commit f39b9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/discovery/resources/ingress.ex
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ defmodule Discovery.Resources.Ingress do
|> get_in(["http", "paths"])
|> Enum.map(fn path_details ->
path_details
|> get_in(["backend", "serviceName"])
|> get_in(["backend", "service", "name"])
end)

_ ->
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Discovery.MixProject do
use Mix.Project

@version "0.2.3"
@version "0.2.4"

def project do
[
Expand Down

0 comments on commit f39b9f1

Please sign in to comment.