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

@@ -152,7 +152,7 @@ persistence:
storageClass: "longhorn-storage-delete" storageClass: "longhorn-storage-delete"
subPath: "" subPath: ""
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 15Gi size: 10Gi
annotations: {} annotations: {}
jobservice: jobservice:
jobLog: jobLog:

View File

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