fix ingress

This commit is contained in:
ducoterra
2020-05-07 15:36:19 -04:00
parent a0e0afff1f
commit b9b948a8b5
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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