This commit is contained in:
havelight-ee
2023-05-11 13:55:28 +09:00
parent 55d4828037
commit 2d70373907
1390 changed files with 0 additions and 1398 deletions

View File

@@ -0,0 +1,4 @@
primary:
extendedConfiguration: |
pg_stat_statements.max = 10000
pg_stat_statements.track = all

View File

@@ -0,0 +1,8 @@
primary:
initdb:
args: --data-checksums
postgresqlWalDir: /bitnami/wal-dir/
scripts:
my_init_script.sh: |
#!/bin/sh
echo "Success"

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,6 @@
architecture: replication
tls:
enabled: true
autoGenerated: true
volumePermissions:
enabled: true