mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 21:33:06 +01:00
refactor(traefik): move e2e test to new provider based strucutre
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user