From 1814e25a16f3b18305d5e6249dd0006752b3b316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Tue, 15 Nov 2022 09:14:06 +0100 Subject: [PATCH] ports --- apps/templates/traefik.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml index a0c12a6..a653507 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -40,17 +40,17 @@ spec: ports: traefik: port: 9000 - expose: false + expose: true exposedPort: 9000 protocol: TCP web: port: 8000 - expose: false + expose: true exposedPort: 80 protocol: TCP websecure: port: 8443 - expose: false + expose: true exposedPort: 443 protocol: TCP http3: true