From 296ac47075aff3ff969ab6059c5378ff4b9939b2 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 19:09:25 +0200 Subject: [PATCH] Change port ente web service --- ente-photos/ente-web-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ente-photos/ente-web-service.yaml b/ente-photos/ente-web-service.yaml index dee1e92..f2513c9 100644 --- a/ente-photos/ente-web-service.yaml +++ b/ente-photos/ente-web-service.yaml @@ -5,7 +5,7 @@ metadata: spec: ports: - name: https - port: 443 + port: 3000 targetPort: 3000 selector: app: ente-web \ No newline at end of file