diff --git a/k8s/ingress.yaml b/k8s/ingress.yaml index e322bc10..09445e1e 100644 --- a/k8s/ingress.yaml +++ b/k8s/ingress.yaml @@ -4,11 +4,10 @@ metadata: name: cheddar spec: rules: - - host: px.3.123.33.38.nip.io + - host: cheddar.A.B.C.D.nip.io http: paths: - path: / backend: - serviceName: px-lighthouse + serviceName: cheddar servicePort: 80 -