From fe012ea2820fcb443b46854da0877b82b11a76ad Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Wed, 20 May 2026 00:00:28 +0000 Subject: [PATCH] fix: correct pelican service targetPort to 80 (Caddy binds :80 not :8080) --- deployments/pelican/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/pelican/service.yaml b/deployments/pelican/service.yaml index 6ca110e..af0d3e5 100644 --- a/deployments/pelican/service.yaml +++ b/deployments/pelican/service.yaml @@ -14,5 +14,5 @@ spec: ports: - name: http port: 80 - targetPort: 8080 + targetPort: 80 protocol: TCP