Compare commits
3 Commits
b27d10a94f
...
2452d3aabe
Author | SHA1 | Date |
---|---|---|
|
2452d3aabe | |
|
b0b1724622 | |
|
a2ddb47c08 |
|
@ -127,10 +127,9 @@ spec:
|
|||
tls:
|
||||
- hosts:
|
||||
- auth.pyrocufflink.blue
|
||||
- auth.pyrocufflink.net
|
||||
rules:
|
||||
- host: auth.pyrocufflink.blue
|
||||
http: &http
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
@ -139,5 +138,4 @@ spec:
|
|||
name: authelia
|
||||
port:
|
||||
name: http
|
||||
- host: auth.pyrocufflink.net
|
||||
http: *http
|
||||
|
||||
|
|
|
@ -189,8 +189,6 @@ session:
|
|||
cookies:
|
||||
- domain: pyrocufflink.blue
|
||||
authelia_url: 'https://auth.pyrocufflink.blue'
|
||||
- domain: pyrocufflink.net
|
||||
authelia_url: 'https://auth.pyrocufflink.net'
|
||||
|
||||
server:
|
||||
buffers:
|
||||
|
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
|||
namespace: democratic-csi
|
||||
|
||||
labels:
|
||||
- pairs:
|
||||
- pairs:
|
||||
app.kubernetes.io/instance: csi-synology
|
||||
|
||||
resources:
|
||||
|
@ -29,4 +29,4 @@ patches:
|
|||
images:
|
||||
- name: docker.io/democraticcsi/democratic-csi
|
||||
newName: ghcr.io/democratic-csi/democratic-csi
|
||||
digest: sha256:da41c0c24cbcf67426519b48676175ab3a16e1d3e50847fa06152f5eddf834b1
|
||||
digest: sha256:da41c0c24cbcf67426519b48676175ab3a16e1d3e50847fa06152f5eddf834b1
|
||||
|
|
Loading…
Reference in New Issue