diff --git a/clusters/cl01tl/applications/freshrss/values.yaml b/clusters/cl01tl/applications/freshrss/values.yaml index 4c9d4f47e..c0708f169 100644 --- a/clusters/cl01tl/applications/freshrss/values.yaml +++ b/clusters/cl01tl/applications/freshrss/values.yaml @@ -114,6 +114,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false backup: enabled: true endpointURL: https://s3.us-east-2.amazonaws.com diff --git a/clusters/cl01tl/applications/kyoo/values.yaml b/clusters/cl01tl/applications/kyoo/values.yaml index 56b4dfe72..f211af3ed 100644 --- a/clusters/cl01tl/applications/kyoo/values.yaml +++ b/clusters/cl01tl/applications/kyoo/values.yaml @@ -569,6 +569,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false backup: enabled: true endpointURL: https://s3.us-east-2.amazonaws.com diff --git a/clusters/cl01tl/applications/lidarr2/values.yaml b/clusters/cl01tl/applications/lidarr2/values.yaml index 0ed58a890..c42d242f5 100644 --- a/clusters/cl01tl/applications/lidarr2/values.yaml +++ b/clusters/cl01tl/applications/lidarr2/values.yaml @@ -95,6 +95,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false initdb: postInitSQL: - CREATE DATABASE "lidarr-main" OWNER "app"; diff --git a/clusters/cl01tl/applications/outline/values.yaml b/clusters/cl01tl/applications/outline/values.yaml index 384f37f21..fb3dfa11e 100644 --- a/clusters/cl01tl/applications/outline/values.yaml +++ b/clusters/cl01tl/applications/outline/values.yaml @@ -198,6 +198,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false backup: enabled: true endpointURL: https://s3.us-east-2.amazonaws.com diff --git a/clusters/cl01tl/applications/radarr5-4k/values.yaml b/clusters/cl01tl/applications/radarr5-4k/values.yaml index 748a68640..d55d1394d 100644 --- a/clusters/cl01tl/applications/radarr5-4k/values.yaml +++ b/clusters/cl01tl/applications/radarr5-4k/values.yaml @@ -95,6 +95,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false initdb: database: app owner: app diff --git a/clusters/cl01tl/applications/radarr5/values.yaml b/clusters/cl01tl/applications/radarr5/values.yaml index adf65e8fa..961825128 100644 --- a/clusters/cl01tl/applications/radarr5/values.yaml +++ b/clusters/cl01tl/applications/radarr5/values.yaml @@ -95,6 +95,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false initdb: database: app owner: app diff --git a/clusters/cl01tl/applications/readarr-books/values.yaml b/clusters/cl01tl/applications/readarr-books/values.yaml index 9a676debd..71f29acc3 100644 --- a/clusters/cl01tl/applications/readarr-books/values.yaml +++ b/clusters/cl01tl/applications/readarr-books/values.yaml @@ -96,6 +96,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false initdb: database: app owner: app diff --git a/clusters/cl01tl/applications/sonarr4-4k/values.yaml b/clusters/cl01tl/applications/sonarr4-4k/values.yaml index 2277409f6..9bb92035c 100644 --- a/clusters/cl01tl/applications/sonarr4-4k/values.yaml +++ b/clusters/cl01tl/applications/sonarr4-4k/values.yaml @@ -95,6 +95,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false initdb: database: app owner: app diff --git a/clusters/cl01tl/applications/sonarr4/values.yaml b/clusters/cl01tl/applications/sonarr4/values.yaml index b95f4f248..5747cd470 100644 --- a/clusters/cl01tl/applications/sonarr4/values.yaml +++ b/clusters/cl01tl/applications/sonarr4/values.yaml @@ -95,6 +95,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false initdb: database: app owner: app diff --git a/clusters/cl01tl/applications/vikunja/values.yaml b/clusters/cl01tl/applications/vikunja/values.yaml index 54a5622bf..942383d0d 100644 --- a/clusters/cl01tl/applications/vikunja/values.yaml +++ b/clusters/cl01tl/applications/vikunja/values.yaml @@ -159,6 +159,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false backup: enabled: true endpointURL: https://s3.us-east-2.amazonaws.com diff --git a/clusters/cl01tl/deployment/argo-workflows/values.yaml b/clusters/cl01tl/deployment/argo-workflows/values.yaml index c35415c58..c5d69c7de 100644 --- a/clusters/cl01tl/deployment/argo-workflows/values.yaml +++ b/clusters/cl01tl/deployment/argo-workflows/values.yaml @@ -104,7 +104,7 @@ postgres-16-cluster: monitoring: enabled: true prometheusRule: - enabled: true + enabled: false backup: enabled: true endpointURL: https://s3.us-east-2.amazonaws.com