1
0
Fork 0

chore: move to Traefik organization.

Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
Jean-Baptiste Doumenjou 2020-09-16 15:46:04 +02:00 committed by GitHub
parent 9df89e66e3
commit c0f1e74bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
421 changed files with 5213 additions and 5234 deletions

View file

@ -9,7 +9,7 @@ spec:
- name: web
port: 80
selector:
app: containous
app: traefiklabs
task: whoami
---
@ -39,7 +39,7 @@ spec:
- name: web
port: 8080
selector:
app: containous
app: traefiklabs
task: whoami2
---
@ -70,7 +70,7 @@ spec:
port: 443
targetPort: 8443
selector:
app: containous
app: traefiklabs
task: whoami2
---
@ -101,7 +101,7 @@ spec:
port: 8443
scheme: https
selector:
app: containous
app: traefiklabs
task: whoami3
---