Add authentik/configmaps.yaml
This commit is contained in:
parent
c799637787
commit
9c53d031df
67
authentik/configmaps.yaml
Normal file
67
authentik/configmaps.yaml
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
data:
|
||||||
|
pg_hba.conf: 'host all all 0.0.0.0/0 scram-sha-256
|
||||||
|
|
||||||
|
host all all ::/0 scram-sha-256
|
||||||
|
|
||||||
|
local all all scram-sha-256
|
||||||
|
|
||||||
|
host all all 127.0.0.1/32 scram-sha-256
|
||||||
|
|
||||||
|
host all all ::1/128 scram-sha-256
|
||||||
|
|
||||||
|
'
|
||||||
|
postgresql.conf: 'listen_addresses = ''*''
|
||||||
|
|
||||||
|
port = ''5432''
|
||||||
|
|
||||||
|
wal_level = ''replica''
|
||||||
|
|
||||||
|
fsync = ''on''
|
||||||
|
|
||||||
|
hot_standby = ''on''
|
||||||
|
|
||||||
|
log_connections = ''false''
|
||||||
|
|
||||||
|
log_disconnections = ''false''
|
||||||
|
|
||||||
|
log_hostname = ''false''
|
||||||
|
|
||||||
|
client_min_messages = ''error''
|
||||||
|
|
||||||
|
include_dir = ''conf.d''
|
||||||
|
|
||||||
|
'
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
meta.helm.sh/release-name: authentik
|
||||||
|
meta.helm.sh/release-namespace: authentik
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/component: primary
|
||||||
|
app.kubernetes.io/instance: authentik
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: postgresql
|
||||||
|
app.kubernetes.io/version: 17.6.0
|
||||||
|
helm.sh/chart: postgresql-16.7.27
|
||||||
|
name: authentik-postgresql-configuration
|
||||||
|
namespace: authentik
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
data:
|
||||||
|
override.conf: max_connections = 500
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
meta.helm.sh/release-name: authentik
|
||||||
|
meta.helm.sh/release-namespace: authentik
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/component: primary
|
||||||
|
app.kubernetes.io/instance: authentik
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: postgresql
|
||||||
|
app.kubernetes.io/version: 17.6.0
|
||||||
|
helm.sh/chart: postgresql-16.7.27
|
||||||
|
name: authentik-postgresql-extended-configuration
|
||||||
|
namespace: authentik
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user