From 15cff5b327a4d3766c3e25c91bede13ec5293960 Mon Sep 17 00:00:00 2001 From: duynguyen Date: Tue, 14 Apr 2026 11:37:27 +0700 Subject: [PATCH] chore: reduce Harbor storage size and configure Longhorn HTTPRoute via Gateway API --- manifest/harbor/values.yaml | 2 +- manifest/longhorn-1.11.1/values.yaml | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/manifest/harbor/values.yaml b/manifest/harbor/values.yaml index 8a6da2b..778209b 100644 --- a/manifest/harbor/values.yaml +++ b/manifest/harbor/values.yaml @@ -152,7 +152,7 @@ persistence: storageClass: "longhorn-storage-delete" subPath: "" accessMode: ReadWriteOnce - size: 15Gi + size: 10Gi annotations: {} jobservice: jobLog: diff --git a/manifest/longhorn-1.11.1/values.yaml b/manifest/longhorn-1.11.1/values.yaml index 803cd49..91a1896 100644 --- a/manifest/longhorn-1.11.1/values.yaml +++ b/manifest/longhorn-1.11.1/values.yaml @@ -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