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