Compare commits
3 Commits
b27d10a94f
...
2452d3aabe
Author | SHA1 | Date |
---|---|---|
|
2452d3aabe | |
|
b0b1724622 | |
|
a2ddb47c08 |
|
@ -127,10 +127,9 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- auth.pyrocufflink.blue
|
- auth.pyrocufflink.blue
|
||||||
- auth.pyrocufflink.net
|
|
||||||
rules:
|
rules:
|
||||||
- host: auth.pyrocufflink.blue
|
- host: auth.pyrocufflink.blue
|
||||||
http: &http
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
@ -139,5 +138,4 @@ spec:
|
||||||
name: authelia
|
name: authelia
|
||||||
port:
|
port:
|
||||||
name: http
|
name: http
|
||||||
- host: auth.pyrocufflink.net
|
|
||||||
http: *http
|
|
||||||
|
|
|
@ -189,8 +189,6 @@ session:
|
||||||
cookies:
|
cookies:
|
||||||
- domain: pyrocufflink.blue
|
- domain: pyrocufflink.blue
|
||||||
authelia_url: 'https://auth.pyrocufflink.blue'
|
authelia_url: 'https://auth.pyrocufflink.blue'
|
||||||
- domain: pyrocufflink.net
|
|
||||||
authelia_url: 'https://auth.pyrocufflink.net'
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
buffers:
|
buffers:
|
||||||
|
|
Loading…
Reference in New Issue