From 3c9a8f6045ca4d64715c6d2ae0a77a0e61119b27 Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Feb 2023 17:35:23 +0300 Subject: [PATCH] * --- deploy/ingress.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/deploy/ingress.yaml b/deploy/ingress.yaml index 8f53b5c..64103d7 100644 --- a/deploy/ingress.yaml +++ b/deploy/ingress.yaml @@ -5,19 +5,19 @@ metadata: labels: app: auth-application spec: - 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 + # 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