mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
refactor(traefik): move e2e test to new provider based strucutre
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- '/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'
|
||||
restart: "no"
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
mode: host # Won't work in github actions otherwise
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
- '../../..:/plugins-local/src/github.com/acouvreur/sablier'
|
||||
- '../../../..:/plugins-local/src/github.com/acouvreur/sablier'
|
||||
deploy:
|
||||
labels:
|
||||
- traefik.http.services.traefik.loadbalancer.server.port=8080
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
volumes:
|
||||
# This is just so that we get the kubeconfig file out
|
||||
- .:/output
|
||||
- '../../..:/plugins-local/src/github.com/acouvreur/sablier'
|
||||
- '../../../..:/plugins-local/src/github.com/acouvreur/sablier'
|
||||
ports:
|
||||
- 6443:6443 # Kubernetes API Server
|
||||
- 8080:80 # Ingress controller port 80
|
||||
Reference in New Issue
Block a user