Skip to content

Commit

Permalink
test: add fixture for namespace test
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Jul 10, 2024
1 parent b40853c commit 0c9d041
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions fixtures/hello-ignore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

services:
helloworld:
image: helloworld
restart: unless-stopped
ports:
- 5555:5555
- 5566:5566
labels:
- "kop.namespace=foobar"
- "traefik.enable=true"
- "traefik.http.routers.hello1.rule=Host(`hello1.local`)"
- "traefik.http.routers.hello1.service=hello1"
- "traefik.http.routers.hello1.tls=true"
- "traefik.http.routers.hello1.tls.certresolver=default"
- "traefik.http.services.hello1.loadbalancer.server.scheme=http"
- "traefik.http.services.hello1.loadbalancer.server.port=5555"

0 comments on commit 0c9d041

Please sign in to comment.