sync with latest changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user