From cee8040875c51563dd3174f32d8f3c40f8a4ca49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 20 Jun 2025 17:03:34 +0200 Subject: [PATCH] fix: Plume whitelist and plausible resources --- apps/templates/plausible.yaml | 6 ++++++ values/plume/values/plume-staging.yaml.gotmpl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/templates/plausible.yaml b/apps/templates/plausible.yaml index 1fb5ea31..1a10dcba 100644 --- a/apps/templates/plausible.yaml +++ b/apps/templates/plausible.yaml @@ -16,6 +16,12 @@ spec: values: | baseURL: https://plausible.adm.oceanbox.io databaseURL: postgres://app:password@plausible-db-rw:5432/app + clickhouse: + resources: + requests: + cpu: 500m + ephemeral-storage: 50Mi + memory: 512Mi postgresql: enabled: false ingress: diff --git a/values/plume/values/plume-staging.yaml.gotmpl b/values/plume/values/plume-staging.yaml.gotmpl index a84b2c07..8712f588 100644 --- a/values/plume/values/plume-staging.yaml.gotmpl +++ b/values/plume/values/plume-staging.yaml.gotmpl @@ -5,7 +5,7 @@ ingress: cert-manager.io/cluster-issuer: letsencrypt-staging nginx.ingress.kubernetes.io/backend-protocol: HTTP nginx.ingress.kubernetes.io/ssl-redirect: "true" - nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,172.19.255.0/24 + nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 hosts: - host: plume.ekman.oceanbox.io paths: