Skip to content

Commit

Permalink
disable ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
lucawen committed Aug 15, 2022
1 parent fd9780d commit cd9b4c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cluster/core/longhorn-system/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@ spec:
defaultReplicaCount: 2
defaultLonghornStaticStorageClass: longhorn
ingress:
enabled: true
enabled: false
path: /
tls: true
tlsSecret: longhorn-tls
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-secret: SECRET_HTPASSWD_NGINX_BASIC
nginx.ingress.kubernetes.io/auth-realm: "Enter your credentials"
cert-manager.io/cluster-issuer: "letsencrypt-production"
external-dns.alpha.kubernetes.io/target: "ipv4.${SECRET_DOMAIN}"
external-dns/is-public: "true"
Expand Down

0 comments on commit cd9b4c9

Please sign in to comment.