Enabled metrics in ocp using mariadb operator
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user