disable prometheus rules on postgres clusters

This commit is contained in:
2024-06-22 18:01:48 -05:00
parent d7abab71cf
commit 49e3279db5
11 changed files with 21 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -95,6 +95,8 @@ postgres-16-cluster:
storageClass: local-path
monitoring:
enabled: true
prometheusRule:
enabled: false
initdb:
postInitSQL:
- CREATE DATABASE "lidarr-main" OWNER "app";

View File

@@ -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

View File

@@ -95,6 +95,8 @@ postgres-16-cluster:
storageClass: local-path
monitoring:
enabled: true
prometheusRule:
enabled: false
initdb:
database: app
owner: app

View File

@@ -95,6 +95,8 @@ postgres-16-cluster:
storageClass: local-path
monitoring:
enabled: true
prometheusRule:
enabled: false
initdb:
database: app
owner: app

View File

@@ -96,6 +96,8 @@ postgres-16-cluster:
storageClass: local-path
monitoring:
enabled: true
prometheusRule:
enabled: false
initdb:
database: app
owner: app

View File

@@ -95,6 +95,8 @@ postgres-16-cluster:
storageClass: local-path
monitoring:
enabled: true
prometheusRule:
enabled: false
initdb:
database: app
owner: app

View File

@@ -95,6 +95,8 @@ postgres-16-cluster:
storageClass: local-path
monitoring:
enabled: true
prometheusRule:
enabled: false
initdb:
database: app
owner: app

View File

@@ -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

View File

@@ -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