fix: correct pelican service targetPort to 80 (Caddy binds :80 not :8080)
This commit is contained in:
@@ -14,5 +14,5 @@ spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user