mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change es
This commit is contained in:
@@ -11,12 +11,13 @@ spec:
|
|||||||
target:
|
target:
|
||||||
name: sogo-postgres-credentials
|
name: sogo-postgres-credentials
|
||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
template:
|
|
||||||
engineVersion: v2
|
|
||||||
data:
|
data:
|
||||||
username: "{{ `{{ .postgres_user }}` }}"
|
- secretKey: username
|
||||||
password: "{{ `{{ .postgres_pw }}` }}"
|
remoteRef:
|
||||||
dataFrom:
|
|
||||||
- extract:
|
|
||||||
key: kv/sogo
|
key: kv/sogo
|
||||||
|
property: postgres_user
|
||||||
|
- secretKey: password
|
||||||
|
remoteRef:
|
||||||
|
key: kv/sogo
|
||||||
|
property: postgres_pw
|
||||||
|
|
||||||
|
|||||||
@@ -20,17 +20,12 @@ spec:
|
|||||||
OCSStoreURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_store?sslmode=require"
|
OCSStoreURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_store?sslmode=require"
|
||||||
OCSAclURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_acl?sslmode=require"
|
OCSAclURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_acl?sslmode=require"
|
||||||
SOGoUserSources__yaml: |
|
SOGoUserSources__yaml: |
|
||||||
- type: imap
|
- type: sql
|
||||||
id: stalwart
|
id: directory
|
||||||
canAuthenticate: YES
|
viewURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_users"
|
||||||
|
canAuthenticate: NO
|
||||||
isAddressBook: NO
|
isAddressBook: NO
|
||||||
displayName: "Stalwart Mail"
|
userPasswordAlgorithm: none
|
||||||
hostname: "stalwart.stalwart.svc.cluster.local"
|
|
||||||
port: 993
|
|
||||||
encryption: tls
|
|
||||||
loginFieldNames:
|
|
||||||
- mail
|
|
||||||
- cn
|
|
||||||
SOGoIMAPServer: "imaps://stalwart.stalwart.svc.cluster.local:993"
|
SOGoIMAPServer: "imaps://stalwart.stalwart.svc.cluster.local:993"
|
||||||
SOGoSieveServer: "sieve://stalwart.stalwart.svc.cluster.local:4190"
|
SOGoSieveServer: "sieve://stalwart.stalwart.svc.cluster.local:4190"
|
||||||
SOGoSMTPServer: "stalwart.stalwart.svc.cluster.local"
|
SOGoSMTPServer: "stalwart.stalwart.svc.cluster.local"
|
||||||
|
|||||||
Reference in New Issue
Block a user