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:
|
||||
name: sogo-postgres-credentials
|
||||
creationPolicy: Owner
|
||||
template:
|
||||
engineVersion: v2
|
||||
data:
|
||||
username: "{{ `{{ .postgres_user }}` }}"
|
||||
password: "{{ `{{ .postgres_pw }}` }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
data:
|
||||
- secretKey: username
|
||||
remoteRef:
|
||||
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"
|
||||
OCSAclURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_acl?sslmode=require"
|
||||
SOGoUserSources__yaml: |
|
||||
- type: imap
|
||||
id: stalwart
|
||||
canAuthenticate: YES
|
||||
- type: sql
|
||||
id: directory
|
||||
viewURL: "postgresql://{{ .postgres_user }}:{{ .postgres_pw }}@sogo-postgres-rw:5432/sogo/sogo_users"
|
||||
canAuthenticate: NO
|
||||
isAddressBook: NO
|
||||
displayName: "Stalwart Mail"
|
||||
hostname: "stalwart.stalwart.svc.cluster.local"
|
||||
port: 993
|
||||
encryption: tls
|
||||
loginFieldNames:
|
||||
- mail
|
||||
- cn
|
||||
userPasswordAlgorithm: none
|
||||
SOGoIMAPServer: "imaps://stalwart.stalwart.svc.cluster.local:993"
|
||||
SOGoSieveServer: "sieve://stalwart.stalwart.svc.cluster.local:4190"
|
||||
SOGoSMTPServer: "stalwart.stalwart.svc.cluster.local"
|
||||
|
||||
Reference in New Issue
Block a user