Compare commits

...

1 Commits
0.2.0 ... 0.2.1

Author SHA1 Message Date
ducoterra
b9b948a8b5 fix ingress 2020-05-07 15:36:19 -04:00
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