mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 12:33:58 +02:00
🐛 ingress fixes
This commit is contained in:
@@ -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
|
||||
|
@@ -55,10 +55,10 @@ spec:
|
||||
proxy_hide_header "content-security-policy";
|
||||
proxy_hide_header "X-Frame-Options";
|
||||
proxy_set_header Accept-Encoding "";
|
||||
sub_filter '</head>' '<link rel="stylesheet" type="text/css" href="https://theme-park.${SECRET_PUBLIC_DOMAIN}/css/base/qbittorrent/nord.css"></head>';
|
||||
sub_filter '</head>' '<link rel="stylesheet" type="text/css" href="https://theme-park.${SECRET_CLUSTER_DOMAIN}/css/base/qbittorrent/nord.css"></head>';
|
||||
sub_filter_once on;
|
||||
hosts:
|
||||
- host: &host "{{ .Release.Name }}.${SECRET_PUBLIC_DOMAIN}"
|
||||
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
@@ -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
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user