fix: correct pelican service targetPort to 80 (Caddy binds :80 not :8080)

This commit is contained in:
2026-05-20 00:00:28 +00:00
parent bbbfeaf155
commit fe012ea282
+1 -1
View File
@@ -14,5 +14,5 @@ spec:
ports: ports:
- name: http - name: http
port: 80 port: 80
targetPort: 8080 targetPort: 80
protocol: TCP protocol: TCP