From 9f1f5c4fde1685570c0a6d583ce20c5c78c5f44c Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Tue, 7 May 2024 09:25:45 +0200 Subject: [PATCH] revert --- infrastructure/03-traefik/base/deployment.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/infrastructure/03-traefik/base/deployment.yaml b/infrastructure/03-traefik/base/deployment.yaml index 9feff12..b9ab39f 100644 --- a/infrastructure/03-traefik/base/deployment.yaml +++ b/infrastructure/03-traefik/base/deployment.yaml @@ -32,8 +32,6 @@ spec: - --entrypoints.metrics.address=:9100/tcp - --entrypoints.traefik.address=:9000/tcp - --entrypoints.dns.address=:53/udp - - --entrypoints.dns.address=:22/tcp - - --entrypoints.webdav.address=:81/tcp - --entrypoints.web-local.address=:80/tcp - --entrypoints.web-local.http.redirections.entrypoint.to=websecure-local @@ -99,9 +97,6 @@ spec: successThreshold: 1 timeoutSeconds: 2 ports: - - containerPort: 22 - name: ssh - protocol: TCP - containerPort: 53 name: dns protocol: UDP @@ -114,9 +109,6 @@ spec: - containerPort: 80 name: web-local protocol: TCP - - containerPort: 81 - name: webdav - protocol: TCP - containerPort: 443 name: websecure-local protocol: TCP