update
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
primary:
|
||||
extendedConfiguration: |
|
||||
pg_stat_statements.max = 10000
|
||||
pg_stat_statements.track = all
|
||||
@@ -0,0 +1,8 @@
|
||||
primary:
|
||||
initdb:
|
||||
args: --data-checksums
|
||||
postgresqlWalDir: /bitnami/wal-dir/
|
||||
scripts:
|
||||
my_init_script.sh: |
|
||||
#!/bin/sh
|
||||
echo "Success"
|
||||
@@ -0,0 +1,24 @@
|
||||
auth:
|
||||
postgresPassword: adminpassword
|
||||
username: foo
|
||||
password: foopassword
|
||||
database: bar
|
||||
metrics:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
namespace: monitoring
|
||||
prometheusRule:
|
||||
enabled: true
|
||||
namespace: monitoring
|
||||
networkPolicy:
|
||||
enabled: true
|
||||
metrics:
|
||||
enabled: true
|
||||
namespaceSelector:
|
||||
label: monitoring
|
||||
ingressRules:
|
||||
primaryAccessOnlyFrom:
|
||||
enabled: true
|
||||
podSelector:
|
||||
"{{ template \"common.names.fullname\" . }}-client": "true"
|
||||
@@ -0,0 +1,16 @@
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: custom-sa
|
||||
automountServiceAccountToken: true
|
||||
rbac:
|
||||
create: true
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
psp:
|
||||
create: true
|
||||
@@ -0,0 +1,5 @@
|
||||
# Test values file for generating all of the yaml and check that
|
||||
# the rendering is correct
|
||||
architecture: replication
|
||||
readReplicas:
|
||||
replicaCount: 3
|
||||
@@ -0,0 +1,6 @@
|
||||
architecture: replication
|
||||
tls:
|
||||
enabled: true
|
||||
autoGenerated: true
|
||||
volumePermissions:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user