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