File tree 1 file changed +15
-15
lines changed
clusters/apps/env/production/media/audiobookshelf/app 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,25 @@ spec:
11
11
routes :
12
12
- kind : Rule
13
13
match : " Host(`${INGRESSROUTE_SUBDOMAIN}.${FAMILY_DOMAIN}`)"
14
- middlewares :
15
- - name : oauth-auth
16
- namespace : auth-system
17
- - name : oauth-errors
18
- namespace : auth-system
14
+ # middlewares:
15
+ # - name: oauth-auth
16
+ # namespace: auth-system
17
+ # - name: oauth-errors
18
+ # namespace: auth-system
19
19
priority : 10
20
20
services :
21
21
- name : audiobookshelf
22
22
port : 13378
23
- - kind : Rule
24
- match : " Host(`${INGRESSROUTE_SUBDOMAIN}.${FAMILY_DOMAIN}`) && PathPrefix(`/oauth2/`)"
25
- priority : 15
26
- middlewares :
27
- - name : oauth-headers
28
- namespace : auth-system
29
- services :
30
- - name : google-auth-oauth2-proxy
31
- namespace : auth-system
32
- port : 80
23
+ # - kind: Rule
24
+ # match: "Host(`${INGRESSROUTE_SUBDOMAIN}.${FAMILY_DOMAIN}`) && PathPrefix(`/oauth2/`)"
25
+ # priority: 15
26
+ # middlewares:
27
+ # - name: oauth-headers
28
+ # namespace: auth-system
29
+ # services:
30
+ # - name: google-auth-oauth2-proxy
31
+ # namespace: auth-system
32
+ # port: 80
33
33
tls :
34
34
secretName : heyjohn-wildcard-certificate
35
35
domains :
You can’t perform that action at this time.
0 commit comments