This commit is contained in:
2024-05-07 09:25:45 +02:00
parent 653ecaedc3
commit 9f1f5c4fde

View File

@@ -32,8 +32,6 @@ spec:
- --entrypoints.metrics.address=:9100/tcp - --entrypoints.metrics.address=:9100/tcp
- --entrypoints.traefik.address=:9000/tcp - --entrypoints.traefik.address=:9000/tcp
- --entrypoints.dns.address=:53/udp - --entrypoints.dns.address=:53/udp
- --entrypoints.dns.address=:22/tcp
- --entrypoints.webdav.address=:81/tcp
- --entrypoints.web-local.address=:80/tcp - --entrypoints.web-local.address=:80/tcp
- --entrypoints.web-local.http.redirections.entrypoint.to=websecure-local - --entrypoints.web-local.http.redirections.entrypoint.to=websecure-local
@@ -99,9 +97,6 @@ spec:
successThreshold: 1 successThreshold: 1
timeoutSeconds: 2 timeoutSeconds: 2
ports: ports:
- containerPort: 22
name: ssh
protocol: TCP
- containerPort: 53 - containerPort: 53
name: dns name: dns
protocol: UDP protocol: UDP
@@ -114,9 +109,6 @@ spec:
- containerPort: 80 - containerPort: 80
name: web-local name: web-local
protocol: TCP protocol: TCP
- containerPort: 81
name: webdav
protocol: TCP
- containerPort: 443 - containerPort: 443
name: websecure-local name: websecure-local
protocol: TCP protocol: TCP