Skip to content

Commit

Permalink
bytter ingress i prod
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed May 8, 2024
1 parent 2e5ad40 commit 18932ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ internal class IdentifiserStuckVedtaksperioder (
private val VenterPå.kibanaUrl get() = "https://logs.adeo.no/app/kibana#/discover?_a=(index:'tjenestekall-*',query:(language:lucene,query:'%22${vedtaksperiodeId}%22'))&_g=(time:(from:'${LocalDateTime.now().minusDays(1)}',mode:absolute,to:now))".let { url ->
"<$url|$vedtaksperiodeId>"
}
private val String.spannerUrl get() = spurteDuClient.utveksleUrl("https://spanner.intern.nav.no/person/${this}")?.let { url ->
private val String.spannerUrl get() = spurteDuClient.utveksleUrl("https://spanner.ansatt.nav.no/person/${this}")?.let { url ->
"<$url|spannerlink>"
}

Expand Down

0 comments on commit 18932ae

Please sign in to comment.