fix(harbor): disable TLS in expose config (Gateway API handles TLS)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user