sync with latest changes

This commit is contained in:
2025-03-25 09:44:40 -04:00
parent dfc22ce440
commit 887250b3e3
20 changed files with 232 additions and 153 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: longhorn-basic-auth-secret
name: basic-auth
namespace: longhorn-system
type: Opaque
stringData:
auth: PNHrc9lt60CW
data:
auth: a2VsaWdydWJiOiRhcHIxJGpUTHdHQkFQJEhOUndKZjFxUmRVUzk5UFZpZlRaNi8K

View File

@@ -8,7 +8,7 @@ spec:
targetNamespace: longhorn-system
repo: https://charts.longhorn.io
# https://artifacthub.io/packages/helm/longhorn/longhorn
version: 1.8.0
version: 1.8.1
valuesContent: |-
ingress:
enabled: true
@@ -19,8 +19,8 @@ spec:
nginx.ingress.kubernetes.io/auth-type: basic
# prevent the controller from redirecting (308) to HTTPS
nginx.ingress.kubernetes.io/ssl-redirect: 'false'
nginx.ingress.kubernetes.io/auth-secret: longhorn-basic-auth-secret
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required '
nginx.ingress.kubernetes.io/auth-secret: basic-auth
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
nginx.ingress.kubernetes.io/proxy-body-size: 10000m
tls:
- secretName: longhorn-tls