Skip to content

Commit c525113

Browse files
committed
fix: remove longhorn ingress
1 parent 18cff9c commit c525113

28 files changed

Lines changed: 31 additions & 43 deletions

bootstrap/.env.secret

1 Byte
Binary file not shown.

bootstrap/.tfvars.secret

2 Bytes
Binary file not shown.

bootstrap/bastion/.tfvars.secret

0 Bytes
Binary file not shown.

bootstrap/cni/.tfvars.secret

0 Bytes
Binary file not shown.

bootstrap/csi/.tfvars.secret

1 Byte
Binary file not shown.

bootstrap/csi/longhorn.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ resource "helm_release" "longhorn" {
2222
longhornUI = {
2323
replicas = 1
2424
}
25-
26-
ingress = {
27-
enabled = true
28-
ingressClassName = "internal"
29-
host = "longhorn.internal.${var.cluster_domain}"
30-
annotations = {
31-
"nginx.ingress.kubernetes.io/auth-response-headers" = "Authorization"
32-
"nginx.ingress.kubernetes.io/auth-signin" = "https://secure.${var.cluster_domain}/oauth2/start?rd=$scheme://$host$escaped_request_uri"
33-
"nginx.ingress.kubernetes.io/auth-url" = "https://secure.${var.cluster_domain}/oauth2/auth"
34-
"external-dns.alpha.kubernetes.io/cloudflare-proxied" = "false"
35-
}
36-
}
3725
})]
3826
}
3927

bootstrap/databases/.tfvars.secret

0 Bytes
Binary file not shown.

bootstrap/entra/.tfvars.secret

0 Bytes
Binary file not shown.

bootstrap/forgejo/.tfvars.secret

1 Byte
Binary file not shown.

bootstrap/gateway/.tfvars.secret

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)