chore: reduce Harbor storage size and configure Longhorn HTTPRoute via Gateway API

This commit is contained in:
2026-04-14 11:37:27 +07:00
parent 67001eb587
commit a354399b09
2 changed files with 8 additions and 4 deletions

View File

@@ -592,9 +592,12 @@ ingress:
# certificate:
httproute:
# -- Setting that allows Longhorn to generate HTTPRoute records for the Longhorn UI service using Gateway API.
enabled: false
enabled: true
# -- Gateway references for HTTPRoute. Specify which Gateway(s) should handle this route.
parentRefs: []
parentRefs:
- name: envoy-gateway
namespace: envoy-gateway-system
sectionName: http
## Example:
# - name: gateway-name
# namespace: gateway-namespace
@@ -603,7 +606,8 @@ httproute:
# # kind: Gateway # default
# # sectionName: https # optional, targets a specific listener
# -- List of hostnames for the HTTPRoute. Multiple hostnames are supported.
hostnames: []
hostnames:
- longhorn.fireflylab.local
## Example:
# - longhorn.example.com
# - longhorn.example.org