mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Remove auth longhorn
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: helm-longhorn
|
|
||||||
namespace: argocd
|
|
||||||
finalizers:
|
|
||||||
- resources-finalizer.argocd.argoproj.io
|
|
||||||
spec:
|
|
||||||
syncPolicy:
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
project: default
|
|
||||||
sources:
|
|
||||||
- chart: longhorn
|
|
||||||
repoURL: https://charts.longhorn.io/
|
|
||||||
targetRevision: v1.7.1 # Replace with the Longhorn version you'd like to install or upgrade to
|
|
||||||
helm:
|
|
||||||
values: |
|
|
||||||
preUpgradeChecker:
|
|
||||||
jobEnabled: false
|
|
||||||
parameters:
|
|
||||||
- name: csi.kubeletRootDir
|
|
||||||
value: "/var/snap/microk8s/common/var/lib/kubelet"
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: longhorn-system
|
|
||||||
@@ -5,13 +5,13 @@ metadata:
|
|||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
annotations:
|
annotations:
|
||||||
# type of authentication
|
# type of authentication
|
||||||
nginx.ingress.kubernetes.io/auth-type: basic
|
# nginx.ingress.kubernetes.io/auth-type: basic
|
||||||
# prevent the controller from redirecting (308) to HTTPS
|
# prevent the controller from redirecting (308) to HTTPS
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: 'false'
|
nginx.ingress.kubernetes.io/ssl-redirect: 'false'
|
||||||
# name of the secret that contains the user/password definitions
|
# name of the secret that contains the user/password definitions
|
||||||
nginx.ingress.kubernetes.io/auth-secret: basic-auth
|
# nginx.ingress.kubernetes.io/auth-secret: basic-auth
|
||||||
# message to display with an appropriate context why the authentication is required
|
# message to display with an appropriate context why the authentication is required
|
||||||
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required '
|
# nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required '
|
||||||
# custom max body size for file uploading like backing image uploading
|
# custom max body size for file uploading like backing image uploading
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: 10000m
|
nginx.ingress.kubernetes.io/proxy-body-size: 10000m
|
||||||
spec:
|
spec:
|
||||||
@@ -19,7 +19,7 @@ spec:
|
|||||||
- http:
|
- http:
|
||||||
paths:
|
paths:
|
||||||
- pathType: Prefix
|
- pathType: Prefix
|
||||||
path: "/longhorn"
|
path: "/"
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: longhorn-frontend
|
name: longhorn-frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user