Enabled metrics in ocp using mariadb operator

This commit is contained in:
2025-12-01 17:52:33 +11:00
parent b162efd9b8
commit de3ed1fe25

View File

@@ -83,11 +83,12 @@ global:
securityContext:
runAsNonRoot: true
database:
host: mysql.metrics.svc.cluster.local
host: metrics-db.apim.svc.cluster.local
databaseName: metrics
metrics:
enabled: false
enabled: true
username: "root"
password: "password"
password: "6KhW3Pl_rOc=f2I4"
sslMode: "NONE"
url: jdbc:mysql://{{ .Values.global.database.host }}:{{ .Values.global.database.port }}/{{ .Values.global.database.metrics.databaseName }}?useSSL={{ default false .Values.global.database.metrics.useSSL }}
cassandra: