enable configmap for s3

This commit is contained in:
2024-03-14 08:46:52 -06:00
parent 2b9ea0bcdb
commit 627f2ca6b6
3 changed files with 40 additions and 8 deletions

View File

@@ -23,9 +23,12 @@ ingress:
persistence:
type: s3
s3:
credentialsSecret: outline-s3-secret
region: us-east-1
bucketName: outline
credentialsSecret:
endpointConfigMap:
enabled: false
name:
region:
bucketName:
endpoint:
uploadMaxSize: "26214400"
forcePathStyle: false
@@ -50,13 +53,17 @@ outline:
existingSecretKey: utils-key
database:
passwordSecret:
existingSecretName: postgresql-outline-cluster-app
existingSecretName:
existingSecretKey: password
usernameSecret:
existingSecretName: postgresql-outline-cluster-app
existingSecretName:
existingSecretKey: username
databaseName: app
databaseHost: postgresql-outline-cluster-rw
databaseName:
existingSecretName:
existingSecretKey: dbname
databaseHost:
existingSecretName:
existingSecretKey: host
connectionPoolMin: ""
connectionPoolMax: "20"
sslMode: disable