enabled metrics
Some checks failed
Helm Publish / publish (push) Failing after 2m18s

This commit is contained in:
2025-12-14 23:28:30 +11:00
parent 99f425d503
commit cec57b1034

View File

@@ -83,12 +83,12 @@ global:
securityContext:
# runAsNonRoot: true
database:
host: metrics-db.apim.svc.cluster.local
host: mariadb-internal.openshift-operators.svc.cluster.local
databaseName: metrics
metrics:
enabled: false
username: "root"
password: "6KhW3Pl_rOc=f2I4"
enabled: true
username: "metrics"
password: "Fc8^b3*7V6gKumOX"
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:
@@ -546,7 +546,8 @@ apiportal:
mysql:
enabled: false
# if the credentials are already available in a secret, set existingSecret
existingSecret: {}
existingSecret:
{}
# name: "mysql-credentials"
# keyMapping:
# password: password