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