commit 6bb2e98b5d9c223b9048b0339f90b92a5dcbcbc8
parent fc71bab04bd022de12993910d816c6b7ca59d735
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 10 Jun 2024 18:13:20 +0200
Prepare plausible
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml
@@ -22,6 +22,7 @@ spec:
vaultwarden: vaultwarden
mastodon: mastodon
openproject: openproject
+ plausible: plausible
users:
synapse: []
draupnir_synapse: []
@@ -30,6 +31,7 @@ spec:
vaultwarden: []
mastodon: []
openproject: []
+ plausible: []
numberOfInstances: 3
resources:
requests:
diff --git a/infrastructure/controllers/kube-fledged.yaml b/infrastructure/controllers/kube-fledged.yaml
@@ -58,6 +58,10 @@ spec:
- ghcr.io/fluxcd/notification-controller:v1.2.4 # Notification Controller
- ghcr.io/fluxcd/image-reflector-controller:v0.31.2 # Image reflector controller
- ghcr.io/fluxcd/image-automation-controller:v0.37.1 # Image automation controller
+ # Plausible
+ - curlimages/curl:8.2.1
+ - bitnami/clickhouse:23.3.9
+ - plausible/analytics:v2.0.0
# Specifies a list of image pull secrets to pull images from private repositories into the cache
imagePullSecrets:
- name: ghcr-pull