point ingress to correct place

This commit is contained in:
ducoterra
2020-05-07 16:16:09 -04:00
parent e2f8f6be94
commit 3e5c0be0ab

View File

@@ -16,7 +16,7 @@ spec:
- match: Host(`traefik-internal.ducoterra.net`) - match: Host(`traefik-internal.ducoterra.net`)
kind: Rule kind: Rule
services: services:
- name: traefik-external-admin - name: traefik-internal-admin
port: 8080 port: 8080
--- ---
@@ -35,7 +35,7 @@ spec:
- match: Host(`traefik-internal.ducoterra.net`) - match: Host(`traefik-internal.ducoterra.net`)
kind: Rule kind: Rule
services: services:
- name: traefik-external-admin - name: traefik-internal-admin
port: 8080 port: 8080
middlewares: middlewares:
- name: httpsredirect - name: httpsredirect