From f2822e8631d7a329dc8b52016f4bb90d258bb375 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 13 Dec 2021 20:23:05 +0100 Subject: [PATCH] fix ingresses --- drone/ingress.yaml | 4 +++- ipapi/ingress.yaml | 4 +++- owntracks/frontend/ingress.yaml | 1 + owntracks/recorder/ingress.yaml | 1 + tobru-ch/isso-ingress.yaml | 4 +++- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/drone/ingress.yaml b/drone/ingress.yaml index 66e2694..a899e25 100644 --- a/drone/ingress.yaml +++ b/drone/ingress.yaml @@ -14,7 +14,9 @@ spec: - host: drone.tbrnt.ch http: paths: - - backend: + - path: / + pathType: Prefix + backend: service: name: drone port: diff --git a/ipapi/ingress.yaml b/ipapi/ingress.yaml index b8142d5..d7a7d36 100644 --- a/ipapi/ingress.yaml +++ b/ipapi/ingress.yaml @@ -13,7 +13,9 @@ spec: - host: ip.tbrnt.ch http: paths: - - backend: + - path: / + pathType: Prefix + backend: service: name: ipapi port: diff --git a/owntracks/frontend/ingress.yaml b/owntracks/frontend/ingress.yaml index a8f269d..6837a32 100644 --- a/owntracks/frontend/ingress.yaml +++ b/owntracks/frontend/ingress.yaml @@ -14,6 +14,7 @@ spec: http: paths: - path: / + pathType: Prefix backend: service: name: frontend diff --git a/owntracks/recorder/ingress.yaml b/owntracks/recorder/ingress.yaml index 51ee1f8..3c7019a 100644 --- a/owntracks/recorder/ingress.yaml +++ b/owntracks/recorder/ingress.yaml @@ -14,6 +14,7 @@ spec: http: paths: - path: / + pathType: Prefix backend: service: name: owntracks diff --git a/tobru-ch/isso-ingress.yaml b/tobru-ch/isso-ingress.yaml index 9407aa5..e372e45 100644 --- a/tobru-ch/isso-ingress.yaml +++ b/tobru-ch/isso-ingress.yaml @@ -14,7 +14,9 @@ spec: - host: isso.tobru.ch http: paths: - - backend: + - path: / + pathType: Prefix + backend: service: name: isso port: