fix(harbor): HTTPRoute should use service port 80, not targetPort 8080

This commit is contained in:
Hermes Agent service account
2026-06-04 21:23:29 -05:00
parent 511f32e521
commit ccc956f70b
2 changed files with 2 additions and 2 deletions

View File

@@ -28,5 +28,5 @@ spec:
- group: ""
kind: Service
name: the-seas
port: 8080
port: 80
weight: 1