cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 422e069983a990fdaf13a0e357184959f948f011
parent 084e8cafb3ce1e0a42b9e9d47a63bae8bd0fc0dd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  6 Nov 2024 22:49:48 +0100

Readd pg exporter

Diffstat:
Mapps/2024_cluster/namespaces/kustomization.yaml | 1+
Aapps/2024_cluster/namespaces/postgres-exporter.yaml | 4++++
Mapps/2024_cluster/secrets/kustomization.yaml | 1+
Aapps/2024_cluster/secrets/postgres-exporter.yaml | 28++++++++++++++++++++++++++++
4 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/apps/2024_cluster/namespaces/kustomization.yaml b/apps/2024_cluster/namespaces/kustomization.yaml @@ -18,3 +18,4 @@ resources: - cachet.yaml - docuseal.yaml - k8up.yaml + - postgres-exporter.yaml diff --git a/apps/2024_cluster/namespaces/postgres-exporter.yaml b/apps/2024_cluster/namespaces/postgres-exporter.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: postgres-exporter diff --git a/apps/2024_cluster/secrets/kustomization.yaml b/apps/2024_cluster/secrets/kustomization.yaml @@ -13,3 +13,4 @@ resources: - mas_config.yaml - cachet_sync.yaml - backup-repo.yaml + - postgres-exporter.yaml diff --git a/apps/2024_cluster/secrets/postgres-exporter.yaml b/apps/2024_cluster/secrets/postgres-exporter.yaml @@ -0,0 +1,28 @@ +apiVersion: v1 +kind: Secret +metadata: + name: postgres-secret + namespace: postgres-exporter +type: Opaque +stringData: + password: ENC[AES256_GCM,data:Ow7NpcnFOJ/eWZhNq5krPnp4VxlqJ/RgN4vSjRfCNahm9jHh6XeR/TNMlCuOR/rDLdzYcdLoaG8O/3ZFibYY3A==,iv:orNJIlez86jrlm7Y+uAUhdyUvx1RKeyEr/35YdfwOIk=,tag:19ZEHYJO/3e9wTQc4bF16w==,type:str] +sops: + kms: [] + gcp_kms: [] + azure_kv: [] + hc_vault: [] + age: + - recipient: age1esjyg2qfy49awv0ptkzvpk425adczjr38m37w2mmcahzc4p8n54sll2nzh + enc: | + -----BEGIN AGE ENCRYPTED FILE----- + YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBOVEVLZ3hlNFFRUG53NGFs + U2pRNDJBRmhibWpsTFlhWFhaM2h2b2pjaTNBCm8yS0Zla2NUNkZMTm9PNnZIQUxC + Z0l2NHlNYy96QUVwdHltVDVvS29zaUkKLS0tIEcyUFN4ZWpORWVFZUk0VU95R0Rj + bk0vM2ZrYS9BcS9Ld3R0ZWdKdFNZSWcK6gLQzM+c6qyMHEHaO50EVEDdv918/bqv + nn+ZbwRq63LdNkOTnhRfwSE90DV/c13XlDdJjlzNICOvY9+ds2R35Q== + -----END AGE ENCRYPTED FILE----- + lastmodified: "2024-11-06T21:49:33Z" + mac: ENC[AES256_GCM,data:hLXAdnK6xl4KUZV0/RHvqHOe67/CWw7NZ1mrW4+22xadZhjGJLsAFEWjaJMhsNB39DadgkJCUw0onE9/BKSSEie7FK4I5cjpx/8M8BIKzMuJW8DWAQf3P/8hZPa98V3l62MH/HSoNcLEcFtMsSUAjSBoB1Q7HfPycitHc9BPXhc=,iv:4ceWbC35z0igK4QvIfu6nmKcFbBD6/gaZp8wwD/o5y0=,tag:jmqS04FJlGspl2PgNGnHsw==,type:str] + pgp: [] + encrypted_regex: ^(routing_key|DATABASE_URL|SMTP_PASSWORD|SECRET_KEY_BASE|admin_password|extraCommands|key|clickhouseDatabaseURL|databaseURL|client_id|client_secret|secret_key_base|otp_secret|private_key|public_key|primaryKey|deterministicKey|keyDerivationSalt|token|clientId|secretKey|installationId|installationKey|uriOverride|adminToken.value|password.value|sql_password|erlangCookie|AUTHENTICATION_PASSWORD|ROOM_API_SECRET_KEY|adminPassword|configPassword|adminUser|configUser|MAIL_PASSWORD|APP_KEY|api_key|api_secret|keys|livekit_key|livekit_secret|secret_key|admin_pass|admin_email|mariadbPassword|mariadbRootPassword|privateKey|data|stringData|PASSWD|password|pass|postgresPassword|postgresqlPassword|redminePassword|smtpPassword|registration_shared_secret|shared_secret|secret|admin_token|integrationKey|rootPassword)$ + version: 3.9.1