diff --git a/k8s/ingress.yaml b/k8s/ingress.yaml index b3c2a89..9366542 100644 --- a/k8s/ingress.yaml +++ b/k8s/ingress.yaml @@ -33,7 +33,7 @@ spec: kind: Rule services: - name: test - port: 80 + port: 8000 --- @@ -49,6 +49,6 @@ spec: kind: Rule services: - name: test - port: 80 + port: 8000 middlewares: - name: httpsredirect \ No newline at end of file