You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ appsInfo:
353
353
integration: When enabled, Velero can be used to automatically create backups of APL platform services. Based on the selected provider, APL installs required plug-ins. APL also installs the Restic integration for Velero to back up and restore almost any type of Kubernetes volume.
| database.dsn | string |`""`| Instead of configure the individual values you can also provide an DSN string example postgres: postgres://postgres:password@localhost:5432/postgres?sslmode=disable example mysql: root:password@tcp(localhost:3306)/test?tls=false |
363
+
| database.maxOpenConnections | int |`25`| Maximum number of open connections, supported for mysql and postgres |
364
+
| database.maxIdleConnections | int |`25`| Maximum number of idle connections, supported for mysql and postgres |
365
+
| database.connectionMaxLifetime | int |`0`| Maximum amount of time in minutes a connection may be reused, supported for mysql and postgres |
366
+
| database.connectionMaxIdleTime | int |`0`| Maximum amount of time in minutes a connection may be idle, supported for mysql and postgres |
367
+
| database.timeout | int |`10`| Timeout for database operations in seconds, supported for mysql and postgres |
368
+
| database.metrics | bool |`false`| Enables database related metrics, connection status and query histogram |
363
369
| database.secretRef | string |`""`| Read configuration from an existing Secret supported fields: username, password, host, dsn, database |
364
370
| database.mountedSecret | string |`""`||
365
371
| periodicSync.enabled | bool |`false`||
@@ -381,7 +387,7 @@ Open `http://localhost:8082/` in your browser.
Copy file name to clipboardExpand all lines: charts/policy-reporter/templates/monitoring/clusterpolicy-details.dashboard.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -720,7 +720,7 @@ data:
720
720
"pluginVersion": "7.1.5",
721
721
"targets": [
722
722
{
723
-
"expr": "max(sum(cluster_policy_report_result{policy=~\"$policy\", category=~\"$category\", severity=~\"$severity\", source=~\"$source\", kind=~\"$kind\", status=\"warn\"{{ range $filters }}, {{.}}=~\"${{.}}\"{{ end }} }) by (pod, policy,rule,kind,name,status,severity,category,source{{ range $filters }},{{.}}{{ end }})) by (policy,rule,kind,name,status,severity,category,source{{ range $filters }},{{.}}{{ end }})",
723
+
"expr": "max(sum(cluster_policy_report_result{policy=~\"$policy\", category=~\"$category\", severity=~\"$severity\", source=~\"$source\", kind=~\"$kind\", status=\"error\"{{ range $filters }}, {{.}}=~\"${{.}}\"{{ end }} }) by (pod, policy,rule,kind,name,status,severity,category,source{{ range $filters }},{{.}}{{ end }})) by (policy,rule,kind,name,status,severity,category,source{{ range $filters }},{{.}}{{ end }})",
0 commit comments