chore: reduce Harbor storage size and configure Longhorn HTTPRoute via Gateway API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user