chore: Traefik | remove entrypoints not to be used
This commit is contained in:
@@ -24,11 +24,8 @@ topologySpreadConstraints:
|
|||||||
app: traefik
|
app: traefik
|
||||||
additionalArguments:
|
additionalArguments:
|
||||||
- "--entryPoints.ssh.address=:22/tcp"
|
- "--entryPoints.ssh.address=:22/tcp"
|
||||||
- "--entryPoints.minecraft-monifactory.address=:25565/tcp"
|
|
||||||
- "--entryPoints.minecraft-gtnh.address=:25566/tcp"
|
- "--entryPoints.minecraft-gtnh.address=:25566/tcp"
|
||||||
- "--entryPoints.minecraft-tfg.address=:25567/tcp"
|
- "--entryPoints.minecraft-tfg.address=:25567/tcp"
|
||||||
- "--entryPoints.minecraft-atm10.address=:25568/tcp"
|
|
||||||
- "--entryPoints.minecraft-star-technology.address=:25569/tcp"
|
|
||||||
ports:
|
ports:
|
||||||
ssh:
|
ssh:
|
||||||
name: ssh
|
name: ssh
|
||||||
@@ -37,13 +34,6 @@ ports:
|
|||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
minecraft-monifactory:
|
|
||||||
name: minecraft-monifactory
|
|
||||||
port: 25565
|
|
||||||
exposedPort: 25565
|
|
||||||
expose:
|
|
||||||
default: true
|
|
||||||
protocol: TCP
|
|
||||||
minecraft-gtnh:
|
minecraft-gtnh:
|
||||||
name: minecraft-gtnh
|
name: minecraft-gtnh
|
||||||
port: 25566
|
port: 25566
|
||||||
@@ -58,17 +48,3 @@ ports:
|
|||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
minecraft-atm10:
|
|
||||||
name: minecraft-atm10
|
|
||||||
port: 25568
|
|
||||||
exposedPort: 25568
|
|
||||||
expose:
|
|
||||||
default: true
|
|
||||||
protocol: TCP
|
|
||||||
minecraft-star-technology:
|
|
||||||
name: minecraft-star-technology
|
|
||||||
port: 25569
|
|
||||||
exposedPort: 25569
|
|
||||||
expose:
|
|
||||||
default: true
|
|
||||||
protocol: TCP
|
|
||||||
|
|||||||
Reference in New Issue
Block a user