From fa5e2f1eb4e16110384d1eeed24c796e556b07d1 Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Feb 2023 16:23:26 +0300 Subject: [PATCH] * --- deploy/ingress.yaml | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/deploy/ingress.yaml b/deploy/ingress.yaml index a05dd97..8f53b5c 100644 --- a/deploy/ingress.yaml +++ b/deploy/ingress.yaml @@ -2,15 +2,22 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress + labels: + app: auth-application spec: - rules: - - host: www.test3k.com - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: auth-service - port: - number: 9994 + defaultBackend: + service: + name: auth-service + port: + number: 9994 +# rules: +# - host: www.test3k.com +# http: +# paths: +# - path: / +# pathType: Prefix +# backend: +# service: +# name: auth-service +# port: +# number: 9994