mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add ssl mode disable
This commit is contained in:
@@ -14,20 +14,21 @@ spec:
|
||||
data:
|
||||
config: |
|
||||
db:
|
||||
host: helm-postgresql
|
||||
port: 5432
|
||||
name: ente_db
|
||||
user: pguser
|
||||
password: {{ .pgpass }}
|
||||
host: helm-postgresql
|
||||
port: 5432
|
||||
name: ente_db
|
||||
user: pguser
|
||||
password: {{ .pgpass }}
|
||||
sslmode: disable
|
||||
|
||||
s3:
|
||||
are_local_buckets: false
|
||||
ente-photos:
|
||||
key: ente-photos-user
|
||||
secret: {{ .entepass }}
|
||||
endpoint: minio.hensen.io:3200
|
||||
region: nl
|
||||
bucket: ente-photos
|
||||
are_local_buckets: false
|
||||
ente-photos:
|
||||
key: ente-photos-user
|
||||
secret: {{ .entepass }}
|
||||
endpoint: minio.hensen.io:3200
|
||||
region: nl
|
||||
bucket: ente-photos
|
||||
|
||||
data:
|
||||
- secretKey: pgpass
|
||||
|
||||
Reference in New Issue
Block a user