ansible role update

This commit is contained in:
havelight-ee
2022-12-09 13:38:44 +09:00
parent 8391ca915d
commit 3af7e034fc
890 changed files with 79234 additions and 0 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