refactor(traefik): move e2e test to new provider based strucutre

This commit is contained in:
Alexis Couvreur
2023-04-01 15:56:33 +00:00
parent 60b50971b7
commit 85c2a258ef
8 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ services:
- "8080:80" - "8080:80"
volumes: volumes:
- '/var/run/docker.sock:/var/run/docker.sock' - '/var/run/docker.sock:/var/run/docker.sock'
- '../../..:/plugins-local/src/github.com/acouvreur/sablier' - '../../../..:/plugins-local/src/github.com/acouvreur/sablier'
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml' - './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
restart: "no" restart: "no"

View File

@@ -16,7 +16,7 @@ services:
mode: host # Won't work in github actions otherwise mode: host # Won't work in github actions otherwise
volumes: volumes:
- '/var/run/docker.sock:/var/run/docker.sock' - '/var/run/docker.sock:/var/run/docker.sock'
- '../../..:/plugins-local/src/github.com/acouvreur/sablier' - '../../../..:/plugins-local/src/github.com/acouvreur/sablier'
deploy: deploy:
labels: labels:
- traefik.http.services.traefik.loadbalancer.server.port=8080 - traefik.http.services.traefik.loadbalancer.server.port=8080

View File

@@ -19,7 +19,7 @@ services:
volumes: volumes:
# This is just so that we get the kubeconfig file out # This is just so that we get the kubeconfig file out
- .:/output - .:/output
- '../../..:/plugins-local/src/github.com/acouvreur/sablier' - '../../../..:/plugins-local/src/github.com/acouvreur/sablier'
ports: ports:
- 6443:6443 # Kubernetes API Server - 6443:6443 # Kubernetes API Server
- 8080:80 # Ingress controller port 80 - 8080:80 # Ingress controller port 80