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