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