fix(harbor): disable TLS in expose config (Gateway API handles TLS)

This commit is contained in:
Hermes Agent service account
2026-06-04 21:12:00 -05:00
parent d561ac6e04
commit 1743145e9f
3 changed files with 202 additions and 3 deletions

View File

@@ -8,12 +8,11 @@
externalURL: https://the-seas.local.mk-labs.cloud
# Expose Harbor via ClusterIP (Gateway API handles ingress)
# TLS termination handled by Gateway API, not Harbor
expose:
type: clusterIP
tls:
enabled: true
# TLS termination handled by Gateway, not ingress
certSource: none
enabled: false
clusterIP:
name: the-seas
ports: