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