latest upgrades to the cluster
This commit is contained in:
@@ -7,9 +7,24 @@ spec:
|
||||
chart: longhorn
|
||||
targetNamespace: longhorn-system
|
||||
repo: https://charts.longhorn.io
|
||||
version: 1.5.1
|
||||
version: 1.6.1
|
||||
valuesContent: |-
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
host: storage.keligrubb.com
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-cluster-issuer"
|
||||
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/proxy-body-size: 10000m
|
||||
tls:
|
||||
- secretName: longhorn-tls
|
||||
hosts:
|
||||
- storage.keligrubb.com
|
||||
defaultSettings:
|
||||
defaultReplicaCount: 1
|
||||
storageOverProvisioningPercentage: 100
|
||||
|
||||
Reference in New Issue
Block a user