This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user