From 7d329e79bfe8d02ea3b360ca400336526a09bbdf Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 May 2022 12:00:38 +0200 Subject: [PATCH] Set service name --- clank/apps/prod/wishlist/app.yaml | 2 +- clank/platform/traefik/ingress.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/clank/apps/prod/wishlist/app.yaml b/clank/apps/prod/wishlist/app.yaml index d2f3489..20ab536 100644 --- a/clank/apps/prod/wishlist/app.yaml +++ b/clank/apps/prod/wishlist/app.yaml @@ -41,7 +41,7 @@ spec: apiVersion: v1 kind: Service metadata: - name: wishlist-service + name: wishlist namespace: wishlist spec: ports: diff --git a/clank/platform/traefik/ingress.yaml b/clank/platform/traefik/ingress.yaml index 685813e..8ee0298 100644 --- a/clank/platform/traefik/ingress.yaml +++ b/clank/platform/traefik/ingress.yaml @@ -30,10 +30,9 @@ spec: - match: Host(`wishlist.kjuulh.app`) kind: Rule services: - - name: wishlist-service + - name: wishlist kind: Service namespace: wishlist - port: 80 responseForwarding: flushInterval: 1ms scheme: https