Skip to content

Commit

Permalink
UPDATE: endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiahUy committed Oct 5, 2020
1 parent aa02111 commit d74dc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def watch_nais_callback(e):
kube_api.print_event_to_console(e)
e.pop("type")
e["cluster"] = os.environ["NAIS_CLUSTER_NAME"]
request_put('https://ingress-retriever.prod-gcp.nais.io', e)
request_put('https://ingress-retriever.dev-gcp.nais.io', e)
request_put('https://ingress-retriever.prod-gcp.nais.io/event', e)
request_put('https://ingress-retriever.dev-gcp.nais.io/event', e)


def watch_nais_task() -> None:
Expand Down

0 comments on commit d74dc3a

Please sign in to comment.