From b9b948a8b5fa92241e131bbb51b280658e081ab2 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Thu, 7 May 2020 15:36:19 -0400 Subject: [PATCH] fix ingress --- k8s/prod/ingress.yaml | 8 ++++---- k8s/test/ingress.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/k8s/prod/ingress.yaml b/k8s/prod/ingress.yaml index df2e03a..297b392 100644 --- a/k8s/prod/ingress.yaml +++ b/k8s/prod/ingress.yaml @@ -16,7 +16,7 @@ spec: kind: Rule services: - name: $DEPLOY - port: 80 + port: 8000 --- @@ -34,7 +34,7 @@ spec: kind: Rule services: - name: $DEPLOY - port: 80 + port: 8000 middlewares: - name: httpsredirect @@ -56,7 +56,7 @@ spec: kind: Rule services: - name: $DEPLOY - port: 80 + port: 8000 --- @@ -74,6 +74,6 @@ spec: kind: Rule services: - name: $DEPLOY - port: 80 + port: 8000 middlewares: - name: httpsredirect \ No newline at end of file diff --git a/k8s/test/ingress.yaml b/k8s/test/ingress.yaml index 9d411a1..0def66c 100644 --- a/k8s/test/ingress.yaml +++ b/k8s/test/ingress.yaml @@ -16,7 +16,7 @@ spec: kind: Rule services: - name: $DEPLOY - port: 80 + port: 8000 --- @@ -34,6 +34,6 @@ spec: kind: Rule services: - name: $DEPLOY - port: 80 + port: 8000 middlewares: - name: httpsredirect \ No newline at end of file