diff --git a/cluster/apps/authentication/authelia/config/configuration.yml b/cluster/apps/authentication/authelia/config/configuration.yml
index e49920a5f..4175a4fcd 100644
--- a/cluster/apps/authentication/authelia/config/configuration.yml
+++ b/cluster/apps/authentication/authelia/config/configuration.yml
@@ -81,5 +81,5 @@ identity_providers:
# authorization_policy: two_factor
# pre_configured_consent_duration: 1y
# scopes: ["openid", "profile", "groups", "email"]
- # redirect_uris: ["https://minio.${SECRET_PUBLIC_DOMAIN}/oauth_callback"]
+ # redirect_uris: ["https://minio.${SECRET_CLUSTER_DOMAIN}/oauth_callback"]
# userinfo_signing_algorithm: none
diff --git a/cluster/apps/downloaders/qbittorrent/helm-release.yaml b/cluster/apps/downloaders/qbittorrent/helm-release.yaml
index a0178e93a..84459428b 100644
--- a/cluster/apps/downloaders/qbittorrent/helm-release.yaml
+++ b/cluster/apps/downloaders/qbittorrent/helm-release.yaml
@@ -55,10 +55,10 @@ spec:
proxy_hide_header "content-security-policy";
proxy_hide_header "X-Frame-Options";
proxy_set_header Accept-Encoding "";
- sub_filter '' '';
+ sub_filter '' '';
sub_filter_once on;
hosts:
- - host: &host "{{ .Release.Name }}.${SECRET_PUBLIC_DOMAIN}"
+ - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
diff --git a/cluster/apps/downloaders/sabnzbd/helm-release.yaml b/cluster/apps/downloaders/sabnzbd/helm-release.yaml
index ec3f43c3a..9b180b3c3 100644
--- a/cluster/apps/downloaders/sabnzbd/helm-release.yaml
+++ b/cluster/apps/downloaders/sabnzbd/helm-release.yaml
@@ -56,7 +56,7 @@ spec:
sub_filter_once on;
hosts:
- - host: &host "{{ .Release.Name }}.${SECRET_PUBLIC_DOMAIN}"
+ - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
diff --git a/cluster/apps/home-automation/emqx/helm-release.yaml b/cluster/apps/home-automation/emqx/helm-release.yaml
index a3801d280..c9420eed2 100644
--- a/cluster/apps/home-automation/emqx/helm-release.yaml
+++ b/cluster/apps/home-automation/emqx/helm-release.yaml
@@ -41,8 +41,9 @@ spec:
enabled: true
ingressClassName: nginx
path: /
+ pathType: Prefix
hosts:
- - &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
+ - &host "emqx.${SECRET_CLUSTER_DOMAIN}"
tls:
- hosts:
- *host
@@ -50,7 +51,7 @@ spec:
enabled: false
persistence:
enabled: true
- storageClass: ceph-block
+ storageClass: rook-ceph-block
size: 100Mi
affinity:
podAntiAffinity: